#0CA969

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

Shades of Jade #0CA969

Tints of Jade #0CA969

Color information

#0CA969 (or 0x0CA969) is unknown color: approx Jade. HEX triplet: 0C, A9 and 69. RGB value is (12,169,105). Sum of RGB (Red+Green+Blue) = 12+169+105=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA969 is #F35696. Grayscale: #727272. Windows color (decimal): -15947415 or 6924556. OLE color: 6924556.

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

Color convert

RGB12169105-
CMYK0.9300.380.34
HSL155.54º86.74%35.49%-
HSV(B)155.54º92.9%66.27%-
XYZ16.8929.4718.16-
YUV114.76122.4954.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.20%
GREEN value IS 169 (66.41% from 255) = 59.09%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=4.20%
G=59.09%
B=36.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121691050.9300.380.34155.5486.7435.49
HexCA9695D026229c5723
Octal142511511350464223412743
Binary110010101001110100110111010100110100010100111001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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