Html Css Color HEX #0CAC76 Jade

📋 copy color: '#0CAC76'

red 12 ◦ green 172 ◦ blue 118

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

Shades of Jade #0CAC76

Tints of Jade #0CAC76

RGB

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

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

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

R = 3.97%
G = 56.95%
B = 39.07%

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

#0CAC76 (or 0x0CAC76) is known color: Jade. HEX triplet: 0C, AC and 76. RGB value is (12,172,118). Sum of RGB (Red+Green+Blue) = 12+172+118=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC76 is #F35389. Grayscale: #767676. Windows color (decimal): -15946634 or 7777292. OLE color: 7777292.

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

Color convert

RGB 12 172 118 -
CMYK 0.93 0 0.31 0.33
HSL 159.75º 0.87% 0.36% -
HSV(B) 159.75º 0.93% 0.67% -
XYZ 18.17 30.89 22.14 -
YUV 118 127.99 52.39 -
System Red Green Blue C M Y K H S L
Decimal 12 172 118 0.93 0 0.31 0.33 159.75 0.87 0.36
Hex C AC 76 5D 0 1F 21 A0 57 24
Octal 14 254 166 135 0 37 41 240 127 44
Binary 1100 10101100 1110110 1011101 0 11111 100001 10100000 1010111 100100

Color Harmonies of #0CAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC76

Black with #0CAC76

Text Example


Text Example

White with #0CAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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