#0CA975

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

Shades of Jade #0CA975

Tints of Jade #0CA975

Color information

#0CA975 (or 0x0CA975) is unknown color: approx Jade. HEX triplet: 0C, A9 and 75. RGB value is (12,169,117). Sum of RGB (Red+Green+Blue) = 12+169+117=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA975 is #F3568A. Grayscale: #747474. Windows color (decimal): -15947403 or 7710988. OLE color: 7710988.

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

Color convert

RGB12169117-
CMYK0.9300.310.34
HSL160.13º86.74%35.49%-
HSV(B)160.13º92.9%66.27%-
XYZ17.5529.7421.64-
YUV116.13128.4953.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.03%
GREEN value IS 169 (66.41% from 255) = 56.71%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=4.03%
G=56.71%
B=39.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121691170.9300.310.34160.1386.7435.49
HexCA9755D01F22a05723
Octal142511651350374224012743
Binary11001010100111101011011101011111100010101000001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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