Html Css Color HEX #0ED921 Free Speech Green

📋 copy color: '#0ED921'

red 14 ◦ green 217 ◦ blue 33

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

Shades of Free Speech Green #0ED921

Tints of Free Speech Green #0ED921

RGB

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

 GREEN value IS 217 (85.16% from 255) = 82.2%

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 5.3%
G = 82.2%
B = 12.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#0ED921 (or 0x0ED921) is known color: Free Speech Green. HEX triplet: 0E, D9 and 21. RGB value is (14,217,33). Sum of RGB (Red+Green+Blue) = 14+217+33=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 217 (85.16% from 255 or 82.20% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED921 is #F126DE. Grayscale: #878787. Windows color (decimal): -15804127 or 2218254. OLE color: 2218254.

HSL color Cylindrical-coordinate representation of color #0ED921: hue angle of 125.62º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED921 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 217 33 -
CMYK 0.94 0 0.85 0.15
HSL 125.62º 0.88% 0.45% -
HSV(B) 125.62º 0.94% 0.85% -
XYZ 25.27 49.83 9.72 -
YUV 135.33 70.25 41.46 -
System Red Green Blue C M Y K H S L
Decimal 14 217 33 0.94 0 0.85 0.15 125.62 0.88 0.45
Hex E D9 21 5E 0 55 F 7E 58 2D
Octal 16 331 41 136 0 125 17 176 130 55
Binary 1110 11011001 100001 1011110 0 1010101 1111 1111110 1011000 101101

Color Harmonies of #0ED921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED921

Black with #0ED921

Text Example


Text Example

White with #0ED921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,217,33); }

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

background-color css

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

 a { background-color: rgb(14,217,33); }

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

border-color css

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

 span { border-color: rgb(14,217,33); }

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