#0EB840

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

Shades of Dark Pastel Green #0EB840

Tints of Dark Pastel Green #0EB840

Color information

#0EB840 (or 0x0EB840) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B8 and 40. RGB value is (14,184,64). Sum of RGB (Red+Green+Blue) = 14+184+64=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 184 (72.27% from 255 or 70.23% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB840 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB840 is #F147BF. Grayscale: #777777. Windows color (decimal): -15812544 or 4241422. OLE color: 4241422.

HSL color Cylindrical-coordinate representation of color #0EB840: hue angle of 137.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB840 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB1418464-
CMYK0.9200.650.28
HSL137.65º85.86%38.82%-
HSV(B)137.65º92.39%72.16%-
XYZ18.2534.7410.6-
YUV119.4996.6852.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.34%
GREEN value IS 184 (72.27% from 255) = 70.23%
BLUE value IS 64 (25.39% from 255) = 24.43%
R=5.34%
G=70.23%
B=24.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14184640.9200.650.28137.6585.8638.82
HexEB8405C0411C8a5627
Octal1627010013401013421212647
Binary111010111000100000010111000100000111100100010101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,184,64); }

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

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

 a { background-color: rgb(14,184,64); }

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

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

 span { border-color: rgb(14,184,64); }

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