#01F824

Color #01F824 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #01F824

Tints of Free Speech Green #01F824

Color information

#01F824 (or 0x01F824) is unknown color: approx Free Speech Green. HEX triplet: 01, F8 and 24. RGB value is (1,248,36). Sum of RGB (Red+Green+Blue) = 1+248+36=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 248 (97.27% from 255 or 87.02% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 248 - color contains mainly: green. Hex color #01F824 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F824 is #FE07DB. Grayscale: #969696. Windows color (decimal): -16648156 or 2422785. OLE color: 2422785.

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

Color convert

RGB124836-
CMYK1.0000.850.03
HSL128.5º99.2%48.82%-
HSV(B)128.5º99.6%97.25%-
XYZ33.967.2712.87-
YUV149.9863.6721.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 248 (97.27% from 255) = 87.02%
BLUE value IS 36 (14.45% from 255) = 12.63%
R=0.35%
G=87.02%
B=12.63%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1248361.0000.850.03128.599.248.82
Hex1F824640553816331
Octal1370441440125320114361
Binary11111100010010011001000101010111100000011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,248,36); }

 H1.HeaderClassName
 {
   color: #01F824;
 }
 .AnyTagClassName
 {
   color: #01F824;
 }
</style>
background-color css

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

 a { background-color: rgb(1,248,36); }

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

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

 span { border-color: rgb(1,248,36); }

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