Html Css Color HEX #0CAC66 Jade

📋 copy color: '#0CAC66'

red 12 ◦ green 172 ◦ blue 102

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

Shades of Jade #0CAC66

Tints of Jade #0CAC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.14%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 4.2%
G = 60.14%
B = 35.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#0CAC66 (or 0x0CAC66) is known color: Jade. HEX triplet: 0C, AC and 66. RGB value is (12,172,102). Sum of RGB (Red+Green+Blue) = 12+172+102=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC66 is #F35399. Grayscale: #747474. Windows color (decimal): -15946650 or 6728716. OLE color: 6728716.

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

Color convert

RGB 12 172 102 -
CMYK 0.93 0 0.41 0.33
HSL 153.75º 0.87% 0.36% -
HSV(B) 153.75º 0.93% 0.67% -
XYZ 17.3 30.54 17.55 -
YUV 116.18 119.99 53.69 -
System Red Green Blue C M Y K H S L
Decimal 12 172 102 0.93 0 0.41 0.33 153.75 0.87 0.36
Hex C AC 66 5D 0 29 21 9A 57 24
Octal 14 254 146 135 0 51 41 232 127 44
Binary 1100 10101100 1100110 1011101 0 101001 100001 10011010 1010111 100100

Color Harmonies of #0CAC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC66

Black with #0CAC66

Text Example


Text Example

White with #0CAC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,102); }

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

background-color css

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

 a { background-color: rgb(12,172,102); }

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

border-color css

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

 span { border-color: rgb(12,172,102); }

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