Html Css Color HEX #0ED419 Free Speech Green

📋 copy color: '#0ED419'

red 14 ◦ green 212 ◦ blue 25

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

Shades of Free Speech Green #0ED419

Tints of Free Speech Green #0ED419

RGB

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

 GREEN value IS 212 (83.2% from 255) = 84.46%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 5.58%
G = 84.46%
B = 9.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#0ED419 (or 0x0ED419) is known color: Free Speech Green. HEX triplet: 0E, D4 and 19. RGB value is (14,212,25). Sum of RGB (Red+Green+Blue) = 14+212+25=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 212 (83.20% from 255 or 84.46% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED419 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED419 is #F12BE6. Grayscale: #848484. Windows color (decimal): -15805415 or 1692686. OLE color: 1692686.

HSL color Cylindrical-coordinate representation of color #0ED419: hue angle of 123.33º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED419 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 212 25 -
CMYK 0.93 0 0.88 0.17
HSL 123.33º 0.88% 0.44% -
HSV(B) 123.33º 0.93% 0.83% -
XYZ 23.9 47.25 8.78 -
YUV 131.48 67.9 44.21 -
System Red Green Blue C M Y K H S L
Decimal 14 212 25 0.93 0 0.88 0.17 123.33 0.88 0.44
Hex E D4 19 5D 0 58 11 7B 58 2C
Octal 16 324 31 135 0 130 21 173 130 54
Binary 1110 11010100 11001 1011101 0 1011000 10001 1111011 1011000 101100

Color Harmonies of #0ED419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED419

Black with #0ED419

Text Example


Text Example

White with #0ED419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,212,25); }

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

background-color css

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

 a { background-color: rgb(14,212,25); }

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

border-color css

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

 span { border-color: rgb(14,212,25); }

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