#0EBE42

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

Shades of Dark Pastel Green #0EBE42

Tints of Dark Pastel Green #0EBE42

Color information

#0EBE42 (or 0x0EBE42) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 42. RGB value is (14,190,66). Sum of RGB (Red+Green+Blue) = 14+190+66=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 190 (74.61% from 255 or 70.37% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBE42 is #F141BD. Grayscale: #7B7B7B. Windows color (decimal): -15811006 or 4374030. OLE color: 4374030.

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

Color convert

RGB1419066-
CMYK0.9300.650.25
HSL137.73º86.27%40%-
HSV(B)137.73º92.63%74.51%-
XYZ19.5837.3111.32-
YUV123.2495.6950.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 190 (74.61% from 255) = 70.37%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=5.19%
G=70.37%
B=24.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190660.9300.650.25137.7386.2740
HexEBE425D041198a5628
Octal1627610213501013121212650
Binary111010111110100001010111010100000111001100010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,190,66); }

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

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

 a { background-color: rgb(14,190,66); }

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

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

 span { border-color: rgb(14,190,66); }

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