Html Css Color HEX #0CAB77 Jade

📋 copy color: '#0CAB77'

red 12 ◦ green 171 ◦ blue 119

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

Shades of Jade #0CAB77

Tints of Jade #0CAB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 3.97%
G = 56.62%
B = 39.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#0CAB77 (or 0x0CAB77) is known color: Jade. HEX triplet: 0C, AB and 77. RGB value is (12,171,119). Sum of RGB (Red+Green+Blue) = 12+171+119=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB77 is #F35488. Grayscale: #757575. Windows color (decimal): -15946889 or 7842572. OLE color: 7842572.

HSL color Cylindrical-coordinate representation of color #0CAB77: hue angle of 160.38º 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 #0CAB77 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 119 -
CMYK 0.93 0 0.30 0.33
HSL 160.38º 0.87% 0.36% -
HSV(B) 160.38º 0.93% 0.67% -
XYZ 18.04 30.54 22.4 -
YUV 117.53 128.82 52.73 -
System Red Green Blue C M Y K H S L
Decimal 12 171 119 0.93 0 0.30 0.33 160.38 0.87 0.36
Hex C AB 77 5D 0 1E 21 A0 57 24
Octal 14 253 167 135 0 36 41 240 127 44
Binary 1100 10101011 1110111 1011101 0 11110 100001 10100000 1010111 100100

Color Harmonies of #0CAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB77

Black with #0CAB77

Text Example


Text Example

White with #0CAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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