Html Css Color HEX #01FE12 Free Speech Green

📋 copy color: '#01FE12'

red 1 ◦ green 254 ◦ blue 18

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

Shades of Free Speech Green #01FE12

Tints of Free Speech Green #01FE12

RGB

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

 GREEN value IS 254 (99.61% from 255) = 93.04%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 0.37%
G = 93.04%
B = 6.59%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#01FE12 (or 0x01FE12) is known color: Free Speech Green. HEX triplet: 01, FE and 12. RGB value is (1,254,18). Sum of RGB (Red+Green+Blue) = 1+254+18=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 254 (99.61% from 255 or 93.04% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FE12 is #FE01ED. Grayscale: #989898. Windows color (decimal): -16646638 or 1244673. OLE color: 1244673.

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

Color convert

RGB 1 254 18 -
CMYK 1.00 0 0.93 0.00
HSL 124.03º 0.99% 0.5% -
HSV(B) 124.03º 1% 1% -
XYZ 35.56 70.93 12.39 -
YUV 151.45 52.68 20.69 -
System Red Green Blue C M Y K H S L
Decimal 1 254 18 1.00 0 0.93 0.00 124.03 0.99 0.5
Hex 1 FE 12 64 0 5D 0 7C 63 32
Octal 1 376 22 144 0 135 0 174 143 62
Binary 1 11111110 10010 1100100 0 1011101 0 1111100 1100011 110010

Color Harmonies of #01FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FE12

Black with #01FE12

Text Example


Text Example

White with #01FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,254,18); }

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

background-color css

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

 a { background-color: rgb(1,254,18); }

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

border-color css

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

 span { border-color: rgb(1,254,18); }

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