Html Css Color HEX #01FA2A Free Speech Green

📋 copy color: '#01FA2A'

red 1 ◦ green 250 ◦ blue 42

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

Shades of Free Speech Green #01FA2A

Tints of Free Speech Green #01FA2A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 85.32%

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 0.34%
G = 85.32%
B = 14.33%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#01FA2A (or 0x01FA2A) is known color: Free Speech Green. HEX triplet: 01, FA and 2A. RGB value is (1,250,42). Sum of RGB (Red+Green+Blue) = 1+250+42=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 250 (98.05% from 255 or 85.32% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FA2A is #FE05D5. Grayscale: #989898. Windows color (decimal): -16647638 or 2816513. OLE color: 2816513.

HSL color Cylindrical-coordinate representation of color #01FA2A: hue angle of 129.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FA2A is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 250 42 -
CMYK 1.00 0 0.83 0.02
HSL 129.88º 0.99% 0.49% -
HSV(B) 129.88º 1% 0.98% -
XYZ 34.62 68.54 13.6 -
YUV 151.84 66.01 20.41 -
System Red Green Blue C M Y K H S L
Decimal 1 250 42 1.00 0 0.83 0.02 129.88 0.99 0.49
Hex 1 FA 2A 64 0 53 2 82 63 31
Octal 1 372 52 144 0 123 2 202 143 61
Binary 1 11111010 101010 1100100 0 1010011 10 10000010 1100011 110001

Color Harmonies of #01FA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA2A

Black with #01FA2A

Text Example


Text Example

White with #01FA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,250,42); }

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

background-color css

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

 a { background-color: rgb(1,250,42); }

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

border-color css

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

 span { border-color: rgb(1,250,42); }

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