Html Css Color HEX #0ED019 Free Speech Green

📋 copy color: '#0ED019'

red 14 ◦ green 208 ◦ blue 25

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

Shades of Free Speech Green #0ED019

Tints of Free Speech Green #0ED019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 84.21%

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

R = 5.67%
G = 84.21%
B = 10.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#0ED019 (or 0x0ED019) is known color: Free Speech Green. HEX triplet: 0E, D0 and 19. RGB value is (14,208,25). Sum of RGB (Red+Green+Blue) = 14+208+25=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 208 (81.64% from 255 or 84.21% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED019 is #F12FE6. Grayscale: #818181. Windows color (decimal): -15806439 or 1691662. OLE color: 1691662.

HSL color Cylindrical-coordinate representation of color #0ED019: hue angle of 123.4º 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 #0ED019 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 208 25 -
CMYK 0.93 0 0.88 0.18
HSL 123.4º 0.87% 0.44% -
HSV(B) 123.4º 0.93% 0.82% -
XYZ 22.91 45.28 8.45 -
YUV 129.13 69.23 45.88 -
System Red Green Blue C M Y K H S L
Decimal 14 208 25 0.93 0 0.88 0.18 123.4 0.87 0.44
Hex E D0 19 5D 0 58 12 7B 57 2C
Octal 16 320 31 135 0 130 22 173 127 54
Binary 1110 11010000 11001 1011101 0 1011000 10010 1111011 1010111 101100

Color Harmonies of #0ED019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED019

Black with #0ED019

Text Example


Text Example

White with #0ED019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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