Html Css Color HEX #0CAC6D Jade

📋 copy color: '#0CAC6D'

red 12 ◦ green 172 ◦ blue 109

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

Shades of Jade #0CAC6D

Tints of Jade #0CAC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 4.1%
G = 58.7%
B = 37.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#0CAC6D (or 0x0CAC6D) is known color: Jade. HEX triplet: 0C, AC and 6D. RGB value is (12,172,109). Sum of RGB (Red+Green+Blue) = 12+172+109=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC6D is #F35392. Grayscale: #757575. Windows color (decimal): -15946643 or 7187468. OLE color: 7187468.

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

Color convert

RGB 12 172 109 -
CMYK 0.93 0 0.37 0.33
HSL 156.38º 0.87% 0.36% -
HSV(B) 156.38º 0.93% 0.67% -
XYZ 17.66 30.69 19.46 -
YUV 116.98 123.49 53.12 -
System Red Green Blue C M Y K H S L
Decimal 12 172 109 0.93 0 0.37 0.33 156.38 0.87 0.36
Hex C AC 6D 5D 0 25 21 9C 57 24
Octal 14 254 155 135 0 45 41 234 127 44
Binary 1100 10101100 1101101 1011101 0 100101 100001 10011100 1010111 100100

Color Harmonies of #0CAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC6D

Black with #0CAC6D

Text Example


Text Example

White with #0CAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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