#0CB562

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

Shades of Jade #0CB562

Tints of Jade #0CB562

Color information

#0CB562 (or 0x0CB562) is unknown color: approx Jade. HEX triplet: 0C, B5 and 62. RGB value is (12,181,98). Sum of RGB (Red+Green+Blue) = 12+181+98=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB562 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB562 is #F34A9D. Grayscale: #797979. Windows color (decimal): -15944350 or 6468876. OLE color: 6468876.

HSL color Cylindrical-coordinate representation of color #0CB562: hue angle of 150.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB562 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1218198-
CMYK0.9300.460.29
HSL150.53º87.56%37.84%-
HSV(B)150.53º93.37%70.98%-
XYZ18.8834.0117.12-
YUV121.01115.0150.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.12%
GREEN value IS 181 (71.09% from 255) = 62.20%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=4.12%
G=62.20%
B=33.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12181980.9300.460.29150.5387.5637.84
HexCB5625D02E1D975826
Octal142651421350563522713046
Binary11001011010111000101011101010111011101100101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,181,98); }

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

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

 a { background-color: rgb(12,181,98); }

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

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

 span { border-color: rgb(12,181,98); }

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