Html Css Color HEX #0CAC6F Jade

📋 copy color: '#0CAC6F'

red 12 ◦ green 172 ◦ blue 111

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

Shades of Jade #0CAC6F

Tints of Jade #0CAC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 4.07%
G = 58.31%
B = 37.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#0CAC6F (or 0x0CAC6F) is known color: Jade. HEX triplet: 0C, AC and 6F. RGB value is (12,172,111). Sum of RGB (Red+Green+Blue) = 12+172+111=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC6F is #F35390. Grayscale: #757575. Windows color (decimal): -15946641 or 7318540. OLE color: 7318540.

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

Color convert

RGB 12 172 111 -
CMYK 0.93 0 0.35 0.33
HSL 157.13º 0.87% 0.36% -
HSV(B) 157.13º 0.93% 0.67% -
XYZ 17.77 30.73 20.03 -
YUV 117.21 124.49 52.96 -
System Red Green Blue C M Y K H S L
Decimal 12 172 111 0.93 0 0.35 0.33 157.13 0.87 0.36
Hex C AC 6F 5D 0 23 21 9D 57 24
Octal 14 254 157 135 0 43 41 235 127 44
Binary 1100 10101100 1101111 1011101 0 100011 100001 10011101 1010111 100100

Color Harmonies of #0CAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC6F

Black with #0CAC6F

Text Example


Text Example

White with #0CAC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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