#0CB661

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

Shades of Jade #0CB661

Tints of Jade #0CB661

Color information

#0CB661 (or 0x0CB661) is unknown color: approx Jade. HEX triplet: 0C, B6 and 61. RGB value is (12,182,97). Sum of RGB (Red+Green+Blue) = 12+182+97=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 182 (71.48% from 255 or 62.54% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB661 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB661 is #F3499E. Grayscale: #797979. Windows color (decimal): -15944095 or 6403596. OLE color: 6403596.

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

Color convert

RGB1218297-
CMYK0.9300.470.29
HSL150º87.63%38.04%-
HSV(B)150º93.41%71.37%-
XYZ19.0434.416.95-
YUV121.48114.1849.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.12%
GREEN value IS 182 (71.48% from 255) = 62.54%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=4.12%
G=62.54%
B=33.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12182970.9300.470.2915087.6338.04
HexCB6615D02F1D965826
Octal142661411350573522613046
Binary11001011011011000011011101010111111101100101101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,182,97); }

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

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

 a { background-color: rgb(12,182,97); }

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

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

 span { border-color: rgb(12,182,97); }

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