#0CA96F

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

Shades of Jade #0CA96F

Tints of Jade #0CA96F

Color information

#0CA96F (or 0x0CA96F) is unknown color: approx Jade. HEX triplet: 0C, A9 and 6F. RGB value is (12,169,111). Sum of RGB (Red+Green+Blue) = 12+169+111=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 169 (66.41% from 255 or 57.88% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA96F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA96F is #F35690. Grayscale: #737373. Windows color (decimal): -15947409 or 7317772. OLE color: 7317772.

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

Color convert

RGB12169111-
CMYK0.9300.340.34
HSL157.83º86.74%35.49%-
HSV(B)157.83º92.9%66.27%-
XYZ17.2129.619.85-
YUV115.44125.4954.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.11%
GREEN value IS 169 (66.41% from 255) = 57.88%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=4.11%
G=57.88%
B=38.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121691110.9300.340.34157.8386.7435.49
HexCA96F5D022229e5723
Octal142511571350424223612743
Binary110010101001110111110111010100010100010100111101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,169,111); }

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

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

 a { background-color: rgb(12,169,111); }

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

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

 span { border-color: rgb(12,169,111); }

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