Html Css Color HEX #0EDD20 Free Speech Green

📋 copy color: '#0EDD20'

red 14 ◦ green 221 ◦ blue 32

#0EDD20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0EDD20

Tints of Free Speech Green #0EDD20

RGB

 RED value IS 14 (5.86% from 255) = 5.24%

 GREEN value IS 221 (86.72% from 255) = 82.77%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 5.24%
G = 82.77%
B = 11.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#0EDD20 (or 0x0EDD20) is known color: Free Speech Green. HEX triplet: 0E, DD and 20. RGB value is (14,221,32). Sum of RGB (Red+Green+Blue) = 14+221+32=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 221 (86.72% from 255 or 82.77% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDD20 is #F122DF. Grayscale: #8A8A8A. Windows color (decimal): -15803104 or 2153742. OLE color: 2153742.

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

Color convert

RGB 14 221 32 -
CMYK 0.94 0 0.86 0.13
HSL 125.22º 0.88% 0.46% -
HSV(B) 125.22º 0.94% 0.87% -
XYZ 26.3 51.91 10 -
YUV 137.56 68.42 39.87 -
System Red Green Blue C M Y K H S L
Decimal 14 221 32 0.94 0 0.86 0.13 125.22 0.88 0.46
Hex E DD 20 5E 0 56 D 7D 58 2E
Octal 16 335 40 136 0 126 15 175 130 56
Binary 1110 11011101 100000 1011110 0 1010110 1101 1111101 1011000 101110

Color Harmonies of #0EDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD20

Black with #0EDD20

Text Example


Text Example

White with #0EDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,32); }

 H1.HeaderClassName
 {
   color: #0EDD20;
 }
 .AnyTagClassName
 {
   color: #0EDD20;
 }
</style>

background-color css

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

 a { background-color: rgb(14,221,32); }

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

border-color css

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

 span { border-color: rgb(14,221,32); }

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