#05FA24

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

Shades of Free Speech Green #05FA24

Tints of Free Speech Green #05FA24

Color information

#05FA24 (or 0x05FA24) is unknown color: approx Free Speech Green. HEX triplet: 05, FA and 24. RGB value is (5,250,36). Sum of RGB (Red+Green+Blue) = 5+250+36=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 250 (98.05% from 255 or 85.91% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA24 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FA24 is #FA05DB. Grayscale: #989898. Windows color (decimal): -16385500 or 2423301. OLE color: 2423301.

HSL color Cylindrical-coordinate representation of color #05FA24: hue angle of 127.59º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FA24 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB525036-
CMYK0.9800.860.02
HSL127.59º96.08%50%-
HSV(B)127.59º98%98.04%-
XYZ34.5768.5313.07-
YUV152.3562.3322.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 250 (98.05% from 255) = 85.91%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=1.72%
G=85.91%
B=12.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5250360.9800.860.02127.5996.0850
Hex5FA24620562806032
Octal5372441420126220014062
Binary1011111101010010011000100101011010100000001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05FA24; }

 p { color: rgb(5,250,36); }

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

<style>
 a { background-color: #05FA24; }

 a { background-color: rgb(5,250,36); }

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

<style>
 span { border-color: #05FA24; }

 span { border-color: rgb(5,250,36); }

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