#0CA267

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

Shades of Jade #0CA267

Tints of Jade #0CA267

Color information

#0CA267 (or 0x0CA267) is unknown color: approx Jade. HEX triplet: 0C, A2 and 67. RGB value is (12,162,103). Sum of RGB (Red+Green+Blue) = 12+162+103=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA267 is #F35D98. Grayscale: #6E6E6E. Windows color (decimal): -15949209 or 6791692. OLE color: 6791692.

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

Color convert

RGB12162103-
CMYK0.9300.360.36
HSL156.4º86.21%34.12%-
HSV(B)156.4º92.59%63.53%-
XYZ15.5226.917.21-
YUV110.42123.857.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.33%
GREEN value IS 162 (63.67% from 255) = 58.48%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=4.33%
G=58.48%
B=37.18%

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
Decimal121621030.9300.360.36156.486.2134.12
HexCA2675D024249c5622
Octal142421471350444423412642
Binary110010100010110011110111010100100100100100111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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