#0cbc40

Color #0CBC40 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CBC40

Tints of Dark Pastel Green #0CBC40

Color information

#0CBC40 (or 0x0CBC40) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BC and 40. RGB value is (12,188,64). Sum of RGB (Red+Green+Blue) = 12+188+64=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBC40 is #F343BF. Grayscale: #797979. Windows color (decimal): -15942592 or 4242444. OLE color: 4242444.

HSL color Cylindrical-coordinate representation of color #0CBC40: hue angle of 137.73º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC40 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1218864-
CMYK0.9400.660.26
HSL137.73º88%39.22%-
HSV(B)137.73º93.62%73.73%-
XYZ19.0636.4110.87-
YUV121.2495.6950.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.55%
GREEN value IS 188 (73.83% from 255) = 71.21%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=4.55%
G=71.21%
B=24.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12188640.9400.660.26137.738839.22
HexCBC405E0421A8a5827
Octal1427410013601023221213047
Binary110010111100100000010111100100001011010100010101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cbc40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,188,64); }

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

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

 a { background-color: rgb(12,188,64); }

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

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

 span { border-color: rgb(12,188,64); }

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