Html Css Color HEX #0ED409 Free Speech Green

📋 copy color: '#0ED409'

red 14 ◦ green 212 ◦ blue 9

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

Shades of Free Speech Green #0ED409

Tints of Free Speech Green #0ED409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.83%

R = 5.96%
G = 90.21%
B = 3.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#0ED409 (or 0x0ED409) is known color: Free Speech Green. HEX triplet: 0E, D4 and 09. RGB value is (14,212,9). Sum of RGB (Red+Green+Blue) = 14+212+9=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 212 (83.20% from 255 or 90.21% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED409 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED409 is #F12BF6. Grayscale: #828282. Windows color (decimal): -15805431 or 644110. OLE color: 644110.

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

Color convert

RGB 14 212 9 -
CMYK 0.93 0 0.96 0.17
HSL 118.52º 0.92% 0.43% -
HSV(B) 118.52º 0.96% 0.83% -
XYZ 23.77 47.2 8.12 -
YUV 129.66 59.9 45.51 -
System Red Green Blue C M Y K H S L
Decimal 14 212 9 0.93 0 0.96 0.17 118.52 0.92 0.43
Hex E D4 9 5D 0 60 11 77 5C 2B
Octal 16 324 11 135 0 140 21 167 134 53
Binary 1110 11010100 1001 1011101 0 1100000 10001 1110111 1011100 101011

Color Harmonies of #0ED409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED409

Black with #0ED409

Text Example


Text Example

White with #0ED409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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