Html Css Color HEX #0CAC70 Jade

📋 copy color: '#0CAC70'

red 12 ◦ green 172 ◦ blue 112

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

Shades of Jade #0CAC70

Tints of Jade #0CAC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 4.05%
G = 58.11%
B = 37.84%

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

#0CAC70 (or 0x0CAC70) is known color: Jade. HEX triplet: 0C, AC and 70. RGB value is (12,172,112). Sum of RGB (Red+Green+Blue) = 12+172+112=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC70 is #F3538F. Grayscale: #757575. Windows color (decimal): -15946640 or 7384076. OLE color: 7384076.

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

Color convert

RGB 12 172 112 -
CMYK 0.93 0 0.35 0.33
HSL 157.5º 0.87% 0.36% -
HSV(B) 157.5º 0.93% 0.67% -
XYZ 17.83 30.75 20.33 -
YUV 117.32 124.99 52.88 -
System Red Green Blue C M Y K H S L
Decimal 12 172 112 0.93 0 0.35 0.33 157.5 0.87 0.36
Hex C AC 70 5D 0 23 21 9E 57 24
Octal 14 254 160 135 0 43 41 236 127 44
Binary 1100 10101100 1110000 1011101 0 100011 100001 10011110 1010111 100100

Color Harmonies of #0CAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC70

Black with #0CAC70

Text Example


Text Example

White with #0CAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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