#0CAE72

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

Shades of Jade #0CAE72

Tints of Jade #0CAE72

Color information

#0CAE72 (or 0x0CAE72) is unknown color: approx Jade. HEX triplet: 0C, AE and 72. RGB value is (12,174,114). Sum of RGB (Red+Green+Blue) = 12+174+114=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAE72 is #F3518D. Grayscale: #767676. Windows color (decimal): -15946126 or 7515660. OLE color: 7515660.

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

Color convert

RGB12174114-
CMYK0.9300.340.32
HSL157.78º87.1%36.47%-
HSV(B)157.78º93.1%68.24%-
XYZ18.3231.5721.05-
YUV118.72125.3351.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4%
GREEN value IS 174 (68.36% from 255) = 58%
BLUE value IS 114 (44.92% from 255) = 38%
R=4%
G=58%
B=38%

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
Decimal121741140.9300.340.32157.7887.136.47
HexCAE725D022209e5724
Octal142561621350424023612744
Binary110010101110111001010111010100010100000100111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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