Html Css Color HEX #01E508 Free Speech Green

📋 copy color: '#01E508'

red 1 ◦ green 229 ◦ blue 8

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

Shades of Free Speech Green #01E508

Tints of Free Speech Green #01E508

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 229 (89.84% from 255) = 96.22%

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 0.42%
G = 96.22%
B = 3.36%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#01E508 (or 0x01E508) is known color: Free Speech Green. HEX triplet: 01, E5 and 08. RGB value is (1,229,8). Sum of RGB (Red+Green+Blue) = 1+229+8=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 229 (89.84% from 255 or 96.22% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 229 - color contains mainly: green. Hex color #01E508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E508 is #FE1AF7. Grayscale: #888888. Windows color (decimal): -16653048 or 582913. OLE color: 582913.

HSL color Cylindrical-coordinate representation of color #01E508: hue angle of 121.84º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E508 is Cyan = 1.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 229 8 -
CMYK 1.00 0 0.97 0.10
HSL 121.84º 0.99% 0.45% -
HSV(B) 121.84º 1% 0.9% -
XYZ 28.08 56.06 9.57 -
YUV 135.63 55.96 31.97 -
System Red Green Blue C M Y K H S L
Decimal 1 229 8 1.00 0 0.97 0.10 121.84 0.99 0.45
Hex 1 E5 8 64 0 61 A 7A 63 2D
Octal 1 345 10 144 0 141 12 172 143 55
Binary 1 11100101 1000 1100100 0 1100001 1010 1111010 1100011 101101

Color Harmonies of #01E508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E508

Black with #01E508

Text Example


Text Example

White with #01E508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01E508; }

 p { color: rgb(1,229,8); }

 H1.HeaderClassName
 {
   color: #01E508;
 }
 .AnyTagClassName
 {
   color: #01E508;
 }
</style>

background-color css

<style>
 a { background-color: #01E508; }

 a { background-color: rgb(1,229,8); }

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

border-color css

<style>
 span { border-color: #01E508; }

 span { border-color: rgb(1,229,8); }

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