Html Css Color HEX #01F00F Free Speech Green

📋 copy color: '#01F00F'

red 1 ◦ green 240 ◦ blue 15

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

Shades of Free Speech Green #01F00F

Tints of Free Speech Green #01F00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 0.39%
G = 93.75%
B = 5.86%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#01F00F (or 0x01F00F) is known color: Free Speech Green. HEX triplet: 01, F0 and 0F. RGB value is (1,240,15). Sum of RGB (Red+Green+Blue) = 1+240+15=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 240 (94.14% from 255 or 93.75% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 240 - color contains mainly: green. Hex color #01F00F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F00F is #FE0FF0. Grayscale: #8F8F8F. Windows color (decimal): -16650225 or 1044481. OLE color: 1044481.

HSL color Cylindrical-coordinate representation of color #01F00F: hue angle of 123.51º 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 #01F00F is Cyan = 1.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 240 15 -
CMYK 1.00 0 0.94 0.06
HSL 123.51º 0.99% 0.47% -
HSV(B) 123.51º 1% 0.94% -
XYZ 31.26 62.36 10.84 -
YUV 142.89 55.82 26.8 -
System Red Green Blue C M Y K H S L
Decimal 1 240 15 1.00 0 0.94 0.06 123.51 0.99 0.47
Hex 1 F0 F 64 0 5E 6 7C 63 2F
Octal 1 360 17 144 0 136 6 174 143 57
Binary 1 11110000 1111 1100100 0 1011110 110 1111100 1100011 101111

Color Harmonies of #01F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F00F

Black with #01F00F

Text Example


Text Example

White with #01F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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