#0CA268

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

Shades of Jade #0CA268

Tints of Jade #0CA268

Color information

#0CA268 (or 0x0CA268) is unknown color: approx Jade. HEX triplet: 0C, A2 and 68. RGB value is (12,162,104). Sum of RGB (Red+Green+Blue) = 12+162+104=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA268 is #F35D97. Grayscale: #6E6E6E. Windows color (decimal): -15949208 or 6857228. OLE color: 6857228.

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

Color convert

RGB12162104-
CMYK0.9300.360.36
HSL156.8º86.21%34.12%-
HSV(B)156.8º92.59%63.53%-
XYZ15.5726.9217.47-
YUV110.54124.357.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.32%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=4.32%
G=58.27%
B=37.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121621040.9300.360.36156.886.2134.12
HexCA2685D024249d5622
Octal142421501350444423512642
Binary110010100010110100010111010100100100100100111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,162,104); }

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

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

 a { background-color: rgb(12,162,104); }

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

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

 span { border-color: rgb(12,162,104); }

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