#0CB11E

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

Shades of Dark Pastel Green #0CB11E

Tints of Dark Pastel Green #0CB11E

Color information

#0CB11E (or 0x0CB11E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B1 and 1E. RGB value is (12,177,30). Sum of RGB (Red+Green+Blue) = 12+177+30=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 177 (69.53% from 255 or 80.82% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB11E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB11E is #F34EE1. Grayscale: #6F6F6F. Windows color (decimal): -15945442 or 2011404. OLE color: 2011404.

HSL color Cylindrical-coordinate representation of color #0CB11E: hue angle of 126.55º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB11E is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1217730-
CMYK0.9300.830.31
HSL126.55º87.3%37.06%-
HSV(B)126.55º93.22%69.41%-
XYZ16.1131.626.48-
YUV110.9182.3457.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 177 (69.53% from 255) = 80.82%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=5.48%
G=80.82%
B=13.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12177300.9300.830.31126.5587.337.06
HexCB11E5D0531F7f5725
Octal142613613501233717712745
Binary110010110001111101011101010100111111111111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,177,30); }

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

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

 a { background-color: rgb(12,177,30); }

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

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

 span { border-color: rgb(12,177,30); }

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