Html Css Color HEX #01FE0C Free Speech Green

📋 copy color: '#01FE0C'

red 1 ◦ green 254 ◦ blue 12

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

Shades of Free Speech Green #01FE0C

Tints of Free Speech Green #01FE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 0.37%
G = 95.13%
B = 4.49%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#01FE0C (or 0x01FE0C) is known color: Free Speech Green. HEX triplet: 01, FE and 0C. RGB value is (1,254,12). Sum of RGB (Red+Green+Blue) = 1+254+12=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 254 (99.61% from 255 or 95.13% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FE0C is #FE01F3. Grayscale: #979797. Windows color (decimal): -16646644 or 851457. OLE color: 851457.

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

Color convert

RGB 1 254 12 -
CMYK 1.00 0 0.95 0.00
HSL 122.61º 0.99% 0.5% -
HSV(B) 122.61º 1% 1% -
XYZ 35.52 70.92 12.16 -
YUV 150.77 49.68 21.18 -
System Red Green Blue C M Y K H S L
Decimal 1 254 12 1.00 0 0.95 0.00 122.61 0.99 0.5
Hex 1 FE C 64 0 5F 0 7B 63 32
Octal 1 376 14 144 0 137 0 173 143 62
Binary 1 11111110 1100 1100100 0 1011111 0 1111011 1100011 110010

Color Harmonies of #01FE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FE0C

Black with #01FE0C

Text Example


Text Example

White with #01FE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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