Html Css Color HEX #0CAB76 Jade

📋 copy color: '#0CAB76'

red 12 ◦ green 171 ◦ blue 118

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

Shades of Jade #0CAB76

Tints of Jade #0CAB76

RGB

 RED value IS 12 (5.08% from 255) = 3.99%

 GREEN value IS 171 (67.19% from 255) = 56.81%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 3.99%
G = 56.81%
B = 39.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#0CAB76 (or 0x0CAB76) is known color: Jade. HEX triplet: 0C, AB and 76. RGB value is (12,171,118). Sum of RGB (Red+Green+Blue) = 12+171+118=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB76 is #F35489. Grayscale: #757575. Windows color (decimal): -15946890 or 7777036. OLE color: 7777036.

HSL color Cylindrical-coordinate representation of color #0CAB76: hue angle of 160º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB76 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 118 -
CMYK 0.93 0 0.31 0.33
HSL 160º 0.87% 0.36% -
HSV(B) 160º 0.93% 0.67% -
XYZ 17.98 30.51 22.08 -
YUV 117.42 128.32 52.81 -
System Red Green Blue C M Y K H S L
Decimal 12 171 118 0.93 0 0.31 0.33 160 0.87 0.36
Hex C AB 76 5D 0 1F 21 A0 57 24
Octal 14 253 166 135 0 37 41 240 127 44
Binary 1100 10101011 1110110 1011101 0 11111 100001 10100000 1010111 100100

Color Harmonies of #0CAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB76

Black with #0CAB76

Text Example


Text Example

White with #0CAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,118); }

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

background-color css

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

 a { background-color: rgb(12,171,118); }

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

border-color css

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

 span { border-color: rgb(12,171,118); }

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