Html Css Color HEX #0ED501 Free Speech Green

📋 copy color: '#0ED501'

red 14 ◦ green 213 ◦ blue 1

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

Shades of Free Speech Green #0ED501

Tints of Free Speech Green #0ED501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 93.42%

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

R = 6.14%
G = 93.42%
B = 0.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#0ED501 (or 0x0ED501) is known color: Free Speech Green. HEX triplet: 0E, D5 and 01. RGB value is (14,213,1). Sum of RGB (Red+Green+Blue) = 14+213+1=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 213 (83.59% from 255 or 93.42% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED501 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED501 is #F12AFE. Grayscale: #818181. Windows color (decimal): -15805183 or 120078. OLE color: 120078.

HSL color Cylindrical-coordinate representation of color #0ED501: hue angle of 116.32º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0ED501 is Cyan = 0.93, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 213 1 -
CMYK 0.93 0 1.00 0.16
HSL 116.32º 0.99% 0.42% -
HSV(B) 116.32º 1% 0.84% -
XYZ 23.98 47.68 7.97 -
YUV 129.33 55.57 45.74 -
System Red Green Blue C M Y K H S L
Decimal 14 213 1 0.93 0 1.00 0.16 116.32 0.99 0.42
Hex E D5 1 5D 0 64 10 74 63 2A
Octal 16 325 1 135 0 144 20 164 143 52
Binary 1110 11010101 1 1011101 0 1100100 10000 1110100 1100011 101010

Color Harmonies of #0ED501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED501

Black with #0ED501

Text Example


Text Example

White with #0ED501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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