#0EBE1A

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

Shades of Dark Pastel Green #0EBE1A

Tints of Dark Pastel Green #0EBE1A

Color information

#0EBE1A (or 0x0EBE1A) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 1A. RGB value is (14,190,26). Sum of RGB (Red+Green+Blue) = 14+190+26=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 190 (74.61% from 255 or 82.61% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBE1A is #F141E5. Grayscale: #777777. Windows color (decimal): -15811046 or 1752590. OLE color: 1752590.

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

Color convert

RGB1419026-
CMYK0.9300.860.25
HSL124.09º86.27%40%-
HSV(B)124.09º92.63%74.51%-
XYZ18.7836.997.13-
YUV118.6875.6953.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.09%
GREEN value IS 190 (74.61% from 255) = 82.61%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=6.09%
G=82.61%
B=11.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190260.9300.860.25124.0986.2740
HexEBE1A5D056197c5628
Octal162763213501263117412650
Binary111010111110110101011101010101101100111111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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