Html Css Color HEX #0CAA71 Jade

📋 copy color: '#0CAA71'

red 12 ◦ green 170 ◦ blue 113

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

Shades of Jade #0CAA71

Tints of Jade #0CAA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 57.63%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 4.07%
G = 57.63%
B = 38.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#0CAA71 (or 0x0CAA71) is known color: Jade. HEX triplet: 0C, AA and 71. RGB value is (12,170,113). Sum of RGB (Red+Green+Blue) = 12+170+113=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAA71 is #F3558E. Grayscale: #747474. Windows color (decimal): -15947151 or 7449100. OLE color: 7449100.

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

Color convert

RGB 12 170 113 -
CMYK 0.93 0 0.34 0.33
HSL 158.35º 0.87% 0.36% -
HSV(B) 158.35º 0.93% 0.67% -
XYZ 17.51 30.02 20.49 -
YUV 116.26 126.15 53.63 -
System Red Green Blue C M Y K H S L
Decimal 12 170 113 0.93 0 0.34 0.33 158.35 0.87 0.36
Hex C AA 71 5D 0 22 21 9E 57 24
Octal 14 252 161 135 0 42 41 236 127 44
Binary 1100 10101010 1110001 1011101 0 100010 100001 10011110 1010111 100100

Color Harmonies of #0CAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA71

Black with #0CAA71

Text Example


Text Example

White with #0CAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,170,113); }

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

background-color css

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

 a { background-color: rgb(12,170,113); }

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

border-color css

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

 span { border-color: rgb(12,170,113); }

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