Html Css Color HEX #01F00A Free Speech Green

📋 copy color: '#01F00A'

red 1 ◦ green 240 ◦ blue 10

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

Shades of Free Speech Green #01F00A

Tints of Free Speech Green #01F00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 95.62%

 BLUE value IS 10 (4.3% from 255) = 3.98%

R = 0.4%
G = 95.62%
B = 3.98%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#01F00A (or 0x01F00A) is known color: Free Speech Green. HEX triplet: 01, F0 and 0A. RGB value is (1,240,10). Sum of RGB (Red+Green+Blue) = 1+240+10=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 240 (94.14% from 255 or 95.62% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 240 - color contains mainly: green. Hex color #01F00A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F00A is #FE0FF5. Grayscale: #8F8F8F. Windows color (decimal): -16650230 or 716801. OLE color: 716801.

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

Color convert

RGB 1 240 10 -
CMYK 1.00 0 0.96 0.06
HSL 122.26º 0.99% 0.47% -
HSV(B) 122.26º 1% 0.94% -
XYZ 31.23 62.35 10.68 -
YUV 142.32 53.32 27.2 -
System Red Green Blue C M Y K H S L
Decimal 1 240 10 1.00 0 0.96 0.06 122.26 0.99 0.47
Hex 1 F0 A 64 0 60 6 7A 63 2F
Octal 1 360 12 144 0 140 6 172 143 57
Binary 1 11110000 1010 1100100 0 1100000 110 1111010 1100011 101111

Color Harmonies of #01F00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F00A

Black with #01F00A

Text Example


Text Example

White with #01F00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,240,10); }

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

background-color css

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

 a { background-color: rgb(1,240,10); }

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

border-color css

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

 span { border-color: rgb(1,240,10); }

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