#0CA664

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

Shades of Jade #0CA664

Tints of Jade #0CA664

Color information

#0CA664 (or 0x0CA664) is unknown color: approx Jade. HEX triplet: 0C, A6 and 64. RGB value is (12,166,100). Sum of RGB (Red+Green+Blue) = 12+166+100=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA664 is #F3599B. Grayscale: #707070. Windows color (decimal): -15948188 or 6596108. OLE color: 6596108.

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

Color convert

RGB12166100-
CMYK0.9300.400.35
HSL154.29º86.52%34.9%-
HSV(B)154.29º92.77%65.1%-
XYZ16.0928.2716.67-
YUV112.43120.9856.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.32%
GREEN value IS 166 (65.23% from 255) = 59.71%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=4.32%
G=59.71%
B=35.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121661000.9300.400.35154.2986.5234.9
HexCA6645D028239a5723
Octal142461441350504323212743
Binary110010100110110010010111010101000100011100110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,166,100); }

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

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

 a { background-color: rgb(12,166,100); }

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

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

 span { border-color: rgb(12,166,100); }

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