Html Css Color HEX #0BC76D Jade

📋 copy color: '#0BC76D'

red 11 ◦ green 199 ◦ blue 109

#0BC76D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #0BC76D

Tints of Jade #0BC76D

RGB

 RED value IS 11 (4.69% from 255) = 3.45%

 GREEN value IS 199 (78.13% from 255) = 62.38%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 3.45%
G = 62.38%
B = 34.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0BC76D (or 0x0BC76D) is known color: Jade. HEX triplet: 0B, C7 and 6D. RGB value is (11,199,109). Sum of RGB (Red+Green+Blue) = 11+199+109=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 199 (78.12% from 255 or 62.38% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC76D is #F43892. Grayscale: #848484. Windows color (decimal): -16005267 or 7194379. OLE color: 7194379.

HSL color Cylindrical-coordinate representation of color #0BC76D: hue angle of 151.28º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC76D is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 199 109 -
CMYK 0.94 0 0.45 0.22
HSL 151.28º 0.9% 0.41% -
HSV(B) 151.28º 0.94% 0.78% -
XYZ 23.32 42.02 21.35 -
YUV 132.53 114.72 41.32 -
System Red Green Blue C M Y K H S L
Decimal 11 199 109 0.94 0 0.45 0.22 151.28 0.9 0.41
Hex B C7 6D 5E 0 2D 16 97 5A 29
Octal 13 307 155 136 0 55 26 227 132 51
Binary 1011 11000111 1101101 1011110 0 101101 10110 10010111 1011010 101001

Color Harmonies of #0BC76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC76D

Black with #0BC76D

Text Example


Text Example

White with #0BC76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BC76D; }

 p { color: rgb(11,199,109); }

 H1.HeaderClassName
 {
   color: #0BC76D;
 }
 .AnyTagClassName
 {
   color: #0BC76D;
 }
</style>

background-color css

<style>
 a { background-color: #0BC76D; }

 a { background-color: rgb(11,199,109); }

 div.DivClassName
 {
   background-color: #0BC76D;
 }
 .BgClassName
 {
   background-color: #0BC76D;
 }
</style>

border-color css

<style>
 span { border-color: #0BC76D; }

 span { border-color: rgb(11,199,109); }

 td.TdClassName
 {
   border-color: #0BC76D;
 }
 .TagClassName
 {
   border-color: #0BC76D;
 }
</style>