Html Css Color HEX #0ED801 Free Speech Green

📋 copy color: '#0ED801'

red 14 ◦ green 216 ◦ blue 1

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

Shades of Free Speech Green #0ED801

Tints of Free Speech Green #0ED801

RGB

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

 GREEN value IS 216 (84.77% from 255) = 93.51%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 6.06%
G = 93.51%
B = 0.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#0ED801 (or 0x0ED801) is known color: Free Speech Green. HEX triplet: 0E, D8 and 01. RGB value is (14,216,1). Sum of RGB (Red+Green+Blue) = 14+216+1=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 216 (84.77% from 255 or 93.51% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED801 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED801 is #F127FE. Grayscale: #838383. Windows color (decimal): -15804415 or 120846. OLE color: 120846.

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

Color convert

RGB 14 216 1 -
CMYK 0.94 0 1.00 0.15
HSL 116.37º 0.99% 0.43% -
HSV(B) 116.37º 1% 0.85% -
XYZ 24.74 49.21 8.22 -
YUV 131.09 54.58 44.48 -
System Red Green Blue C M Y K H S L
Decimal 14 216 1 0.94 0 1.00 0.15 116.37 0.99 0.43
Hex E D8 1 5E 0 64 F 74 63 2B
Octal 16 330 1 136 0 144 17 164 143 53
Binary 1110 11011000 1 1011110 0 1100100 1111 1110100 1100011 101011

Color Harmonies of #0ED801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED801

Black with #0ED801

Text Example


Text Example

White with #0ED801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,216,1); }

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

background-color css

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

 a { background-color: rgb(14,216,1); }

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

border-color css

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

 span { border-color: rgb(14,216,1); }

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