Html Css Color HEX #01F129 Free Speech Green

📋 copy color: '#01F129'

red 1 ◦ green 241 ◦ blue 41

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

Shades of Free Speech Green #01F129

Tints of Free Speech Green #01F129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 0.35%
G = 85.16%
B = 14.49%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#01F129 (or 0x01F129) is known color: Free Speech Green. HEX triplet: 01, F1 and 29. RGB value is (1,241,41). Sum of RGB (Red+Green+Blue) = 1+241+41=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 241 (94.53% from 255 or 85.16% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 241 - color contains mainly: green. Hex color #01F129 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F129 is #FE0ED6. Grayscale: #939393. Windows color (decimal): -16649943 or 2748673. OLE color: 2748673.

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

Color convert

RGB 1 241 41 -
CMYK 1.00 0 0.83 0.05
HSL 130º 0.99% 0.47% -
HSV(B) 130º 1% 0.95% -
XYZ 31.87 63.08 12.59 -
YUV 146.44 68.49 24.26 -
System Red Green Blue C M Y K H S L
Decimal 1 241 41 1.00 0 0.83 0.05 130 0.99 0.47
Hex 1 F1 29 64 0 53 5 82 63 2F
Octal 1 361 51 144 0 123 5 202 143 57
Binary 1 11110001 101001 1100100 0 1010011 101 10000010 1100011 101111

Color Harmonies of #01F129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F129

Black with #01F129

Text Example


Text Example

White with #01F129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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