#0EC31B

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

Shades of Dark Pastel Green #0EC31B

Tints of Dark Pastel Green #0EC31B

Color information

#0EC31B (or 0x0EC31B) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C3 and 1B. RGB value is (14,195,27). Sum of RGB (Red+Green+Blue) = 14+195+27=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 195 (76.56% from 255 or 82.63% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC31B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC31B is #F13CE4. Grayscale: #7A7A7A. Windows color (decimal): -15809765 or 1819406. OLE color: 1819406.

HSL color Cylindrical-coordinate representation of color #0EC31B: hue angle of 124.31º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC31B is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1419527-
CMYK0.9300.860.24
HSL124.31º86.6%40.98%-
HSV(B)124.31º92.82%76.47%-
XYZ19.8939.27.56-
YUV121.7374.5351.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.93%
GREEN value IS 195 (76.56% from 255) = 82.63%
BLUE value IS 27 (10.94% from 255) = 11.44%
R=5.93%
G=82.63%
B=11.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14195270.9300.860.24124.3186.640.98
HexEC31B5D056187c5729
Octal163033313501263017412751
Binary111011000011110111011101010101101100011111001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,195,27); }

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

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

 a { background-color: rgb(14,195,27); }

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

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

 span { border-color: rgb(14,195,27); }

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