#0BC41E

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

Shades of Dark Pastel Green #0BC41E

Tints of Dark Pastel Green #0BC41E

Color information

#0BC41E (or 0x0BC41E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, C4 and 1E. RGB value is (11,196,30). Sum of RGB (Red+Green+Blue) = 11+196+30=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 196 (76.95% from 255 or 82.70% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC41E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC41E is #F43BE1. Grayscale: #7A7A7A. Windows color (decimal): -16006114 or 2016267. OLE color: 2016267.

HSL color Cylindrical-coordinate representation of color #0BC41E: hue angle of 126.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC41E is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1119630-
CMYK0.9400.850.23
HSL126.16º89.37%40.59%-
HSV(B)126.16º94.39%76.86%-
XYZ20.1139.647.82-
YUV121.7676.2149-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.64%
GREEN value IS 196 (76.95% from 255) = 82.70%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=4.64%
G=82.70%
B=12.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11196300.9400.850.23126.1689.3740.59
HexBC41E5E055177e5929
Octal133043613601252717613151
Binary101111000100111101011110010101011011111111101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,196,30); }

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

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

 a { background-color: rgb(11,196,30); }

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

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

 span { border-color: rgb(11,196,30); }

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