#0CAD72

Color #0CAD72 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #0CAD72

Tints of Jade #0CAD72

Color information

#0CAD72 (or 0x0CAD72) is unknown color: approx Jade. HEX triplet: 0C, AD and 72. RGB value is (12,173,114). Sum of RGB (Red+Green+Blue) = 12+173+114=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD72 is #F3528D. Grayscale: #767676. Windows color (decimal): -15946382 or 7515404. OLE color: 7515404.

HSL color Cylindrical-coordinate representation of color #0CAD72: hue angle of 158.01º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAD72 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB12173114-
CMYK0.9300.340.32
HSL158.01º87.03%36.27%-
HSV(B)158.01º93.06%67.84%-
XYZ18.1331.1820.98-
YUV118.13125.6652.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 173 (67.97% from 255) = 57.86%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=4.01%
G=57.86%
B=38.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121731140.9300.340.32158.0187.0336.27
HexCAD725D022209e5724
Octal142551621350424023612744
Binary110010101101111001010111010100010100000100111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,173,114); }

 H1.HeaderClassName
 {
   color: #0CAD72;
 }
 .AnyTagClassName
 {
   color: #0CAD72;
 }
</style>
background-color css

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

 a { background-color: rgb(12,173,114); }

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

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

 span { border-color: rgb(12,173,114); }

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