Html Css Color HEX #01F119 Free Speech Green

📋 copy color: '#01F119'

red 1 ◦ green 241 ◦ blue 25

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

Shades of Free Speech Green #01F119

Tints of Free Speech Green #01F119

RGB

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

 GREEN value IS 241 (94.53% from 255) = 90.26%

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 0.37%
G = 90.26%
B = 9.36%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#01F119 (or 0x01F119) is known color: Free Speech Green. HEX triplet: 01, F1 and 19. RGB value is (1,241,25). Sum of RGB (Red+Green+Blue) = 1+241+25=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 241 (94.53% from 255 or 90.26% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 241 - color contains mainly: green. Hex color #01F119 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F119 is #FE0EE6. Grayscale: #919191. Windows color (decimal): -16649959 or 1700097. OLE color: 1700097.

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

Color convert

RGB 1 241 25 -
CMYK 1.00 0 0.90 0.05
HSL 126º 0.99% 0.47% -
HSV(B) 126º 1% 0.95% -
XYZ 31.64 62.99 11.41 -
YUV 144.62 60.49 25.56 -
System Red Green Blue C M Y K H S L
Decimal 1 241 25 1.00 0 0.90 0.05 126 0.99 0.47
Hex 1 F1 19 64 0 5A 5 7E 63 2F
Octal 1 361 31 144 0 132 5 176 143 57
Binary 1 11110001 11001 1100100 0 1011010 101 1111110 1100011 101111

Color Harmonies of #01F119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F119

Black with #01F119

Text Example


Text Example

White with #01F119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,241,25); }

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

background-color css

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

 a { background-color: rgb(1,241,25); }

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

border-color css

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

 span { border-color: rgb(1,241,25); }

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