Html Css Color HEX #01E009 Free Speech Green

📋 copy color: '#01E009'

red 1 ◦ green 224 ◦ blue 9

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

Shades of Free Speech Green #01E009

Tints of Free Speech Green #01E009

RGB

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

 GREEN value IS 224 (87.89% from 255) = 95.73%

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

R = 0.43%
G = 95.73%
B = 3.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#01E009 (or 0x01E009) is known color: Free Speech Green. HEX triplet: 01, E0 and 09. RGB value is (1,224,9). Sum of RGB (Red+Green+Blue) = 1+224+9=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 224 (87.89% from 255 or 95.73% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 224 - color contains mainly: green. Hex color #01E009 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E009 is #FE1FF6. Grayscale: #858585. Windows color (decimal): -16654327 or 647169. OLE color: 647169.

HSL color Cylindrical-coordinate representation of color #01E009: hue angle of 122.15º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E009 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 224 9 -
CMYK 1.00 0 0.96 0.12
HSL 122.15º 0.99% 0.44% -
HSV(B) 122.15º 1% 0.88% -
XYZ 26.72 53.34 9.15 -
YUV 132.81 58.12 33.98 -
System Red Green Blue C M Y K H S L
Decimal 1 224 9 1.00 0 0.96 0.12 122.15 0.99 0.44
Hex 1 E0 9 64 0 60 C 7A 63 2C
Octal 1 340 11 144 0 140 14 172 143 54
Binary 1 11100000 1001 1100100 0 1100000 1100 1111010 1100011 101100

Color Harmonies of #01E009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E009

Black with #01E009

Text Example


Text Example

White with #01E009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,224,9); }

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

background-color css

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

 a { background-color: rgb(1,224,9); }

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

border-color css

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

 span { border-color: rgb(1,224,9); }

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