#0ED135

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

Shades of Dark Pastel Green #0ED135

Tints of Dark Pastel Green #0ED135

Color information

#0ED135 (or 0x0ED135) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, D1 and 35. RGB value is (14,209,53). Sum of RGB (Red+Green+Blue) = 14+209+53=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 209 (82.03% from 255 or 75.72% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED135 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED135 is #F12ECA. Grayscale: #858585. Windows color (decimal): -15806155 or 3526926. OLE color: 3526926.

HSL color Cylindrical-coordinate representation of color #0ED135: hue angle of 132º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED135 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB1420953-
CMYK0.9300.750.18
HSL132º87.44%43.73%-
HSV(B)132º93.3%81.96%-
XYZ23.6245.9510.99-
YUV132.9182.943.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.07%
GREEN value IS 209 (82.03% from 255) = 75.72%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=5.07%
G=75.72%
B=19.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14209530.9300.750.1813287.4443.73
HexED1355D04B1284572c
Octal163216513501132220412754
Binary11101101000111010110111010100101110010100001001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,209,53); }

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

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

 a { background-color: rgb(14,209,53); }

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

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

 span { border-color: rgb(14,209,53); }

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