#0EDB24

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

Shades of Free Speech Green #0EDB24

Tints of Free Speech Green #0EDB24

Color information

#0EDB24 (or 0x0EDB24) is unknown color: approx Free Speech Green. HEX triplet: 0E, DB and 24. RGB value is (14,219,36). Sum of RGB (Red+Green+Blue) = 14+219+36=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDB24 is #F124DB. Grayscale: #898989. Windows color (decimal): -15803612 or 2415374. OLE color: 2415374.

HSL color Cylindrical-coordinate representation of color #0EDB24: hue angle of 126.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDB24 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB1421936-
CMYK0.9400.840.14
HSL126.44º87.98%45.69%-
HSV(B)126.44º93.61%85.88%-
XYZ25.8350.8810.13-
YUV136.8471.0840.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 219 (85.94% from 255) = 81.41%
BLUE value IS 36 (14.45% from 255) = 13.38%
R=5.20%
G=81.41%
B=13.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14219360.9400.840.14126.4487.9845.69
HexEDB245E054E7e582e
Octal163334413601241617613056
Binary111011011011100100101111001010100111011111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,219,36); }

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

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

 a { background-color: rgb(14,219,36); }

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

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

 span { border-color: rgb(14,219,36); }

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