#0EBE29

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

Shades of Dark Pastel Green #0EBE29

Tints of Dark Pastel Green #0EBE29

Color information

#0EBE29 (or 0x0EBE29) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 29. RGB value is (14,190,41). Sum of RGB (Red+Green+Blue) = 14+190+41=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 190 (74.61% from 255 or 77.55% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBE29 is #F141D6. Grayscale: #787878. Windows color (decimal): -15811031 or 2735630. OLE color: 2735630.

HSL color Cylindrical-coordinate representation of color #0EBE29: hue angle of 129.2º 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 #0EBE29 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1419041-
CMYK0.9300.780.25
HSL129.2º86.27%40%-
HSV(B)129.2º92.63%74.51%-
XYZ18.9937.088.25-
YUV120.3983.1952.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.71%
GREEN value IS 190 (74.61% from 255) = 77.55%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=5.71%
G=77.55%
B=16.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190410.9300.780.25129.286.2740
HexEBE295D04E19815628
Octal162765113501163120112650
Binary11101011111010100110111010100111011001100000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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