Html Css Color HEX #0CAC60 Jade

📋 copy color: '#0CAC60'

red 12 ◦ green 172 ◦ blue 96

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

Shades of Jade #0CAC60

Tints of Jade #0CAC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 4.29%
G = 61.43%
B = 34.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#0CAC60 (or 0x0CAC60) is known color: Jade. HEX triplet: 0C, AC and 60. RGB value is (12,172,96). Sum of RGB (Red+Green+Blue) = 12+172+96=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC60 is #F3539F. Grayscale: #737373. Windows color (decimal): -15946656 or 6335500. OLE color: 6335500.

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

Color convert

RGB 12 172 96 -
CMYK 0.93 0 0.44 0.33
HSL 151.5º 0.87% 0.36% -
HSV(B) 151.5º 0.93% 0.67% -
XYZ 17.02 30.43 16.04 -
YUV 115.5 116.99 54.18 -
System Red Green Blue C M Y K H S L
Decimal 12 172 96 0.93 0 0.44 0.33 151.5 0.87 0.36
Hex C AC 60 5D 0 2C 21 98 57 24
Octal 14 254 140 135 0 54 41 230 127 44
Binary 1100 10101100 1100000 1011101 0 101100 100001 10011000 1010111 100100

Color Harmonies of #0CAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC60

Black with #0CAC60

Text Example


Text Example

White with #0CAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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