#0EBE52

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

Shades of Dark Pastel Green #0EBE52

Tints of Dark Pastel Green #0EBE52

Color information

#0EBE52 (or 0x0EBE52) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 52. RGB value is (14,190,82). Sum of RGB (Red+Green+Blue) = 14+190+82=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 190 (74.61% from 255 or 66.43% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBE52 is #F141AD. Grayscale: #7D7D7D. Windows color (decimal): -15810990 or 5422606. OLE color: 5422606.

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

Color convert

RGB1419082-
CMYK0.9300.570.25
HSL143.18º86.27%40%-
HSV(B)143.18º92.63%74.51%-
XYZ20.1237.5314.17-
YUV125.06103.6948.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.90%
GREEN value IS 190 (74.61% from 255) = 66.43%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=4.90%
G=66.43%
B=28.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190820.9300.570.25143.1886.2740
HexEBE525D039198f5628
Octal162761221350713121712650
Binary11101011111010100101011101011100111001100011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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