Html Css Color HEX #0CAC74 Jade

📋 copy color: '#0CAC74'

red 12 ◦ green 172 ◦ blue 116

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

Shades of Jade #0CAC74

Tints of Jade #0CAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 4%
G = 57.33%
B = 38.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#0CAC74 (or 0x0CAC74) is known color: Jade. HEX triplet: 0C, AC and 74. RGB value is (12,172,116). Sum of RGB (Red+Green+Blue) = 12+172+116=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC74 is #F3538B. Grayscale: #757575. Windows color (decimal): -15946636 or 7646220. OLE color: 7646220.

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

Color convert

RGB 12 172 116 -
CMYK 0.93 0 0.33 0.33
HSL 159º 0.87% 0.36% -
HSV(B) 159º 0.93% 0.67% -
XYZ 18.06 30.84 21.52 -
YUV 117.78 126.99 52.55 -
System Red Green Blue C M Y K H S L
Decimal 12 172 116 0.93 0 0.33 0.33 159 0.87 0.36
Hex C AC 74 5D 0 21 21 9F 57 24
Octal 14 254 164 135 0 41 41 237 127 44
Binary 1100 10101100 1110100 1011101 0 100001 100001 10011111 1010111 100100

Color Harmonies of #0CAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC74

Black with #0CAC74

Text Example


Text Example

White with #0CAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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