#0CBE20

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

Shades of Dark Pastel Green #0CBE20

Tints of Dark Pastel Green #0CBE20

Color information

#0CBE20 (or 0x0CBE20) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BE and 20. RGB value is (12,190,32). Sum of RGB (Red+Green+Blue) = 12+190+32=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 190 (74.61% from 255 or 81.20% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBE20 is #F341DF. Grayscale: #777777. Windows color (decimal): -15942112 or 2145804. OLE color: 2145804.

HSL color Cylindrical-coordinate representation of color #0CBE20: hue angle of 126.74º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE20 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1219032-
CMYK0.9400.830.25
HSL126.74º88.12%39.61%-
HSV(B)126.74º93.68%74.51%-
XYZ18.8337.017.52-
YUV118.7779.0351.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.13%
GREEN value IS 190 (74.61% from 255) = 81.20%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=5.13%
G=81.20%
B=13.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12190320.9400.830.25126.7488.1239.61
HexCBE205E053197f5828
Octal142764013601233117713050
Binary1100101111101000001011110010100111100111111111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,190,32); }

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

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

 a { background-color: rgb(12,190,32); }

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

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

 span { border-color: rgb(12,190,32); }

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