#05F916

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

Shades of Free Speech Green #05F916

Tints of Free Speech Green #05F916

Color information

#05F916 (or 0x05F916) is unknown color: approx Free Speech Green. HEX triplet: 05, F9 and 16. RGB value is (5,249,22). Sum of RGB (Red+Green+Blue) = 5+249+22=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 249 (97.66% from 255 or 90.22% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 249 - color contains mainly: green. Hex color #05F916 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F916 is #FA06E9. Grayscale: #969696. Windows color (decimal): -16385770 or 1505541. OLE color: 1505541.

HSL color Cylindrical-coordinate representation of color #05F916: hue angle of 124.18º 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 #05F916 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB524922-
CMYK0.9800.910.02
HSL124.18º96.06%49.8%-
HSV(B)124.18º97.99%97.65%-
XYZ34.0867.8412.06-
YUV150.1755.6624.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.81%
GREEN value IS 249 (97.66% from 255) = 90.22%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=1.81%
G=90.22%
B=7.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5249220.9800.910.02124.1896.0649.8
Hex5F9166205B27c6032
Octal5371261420133217414062
Binary10111111001101101100010010110111011111001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,249,22); }

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

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

 a { background-color: rgb(5,249,22); }

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

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

 span { border-color: rgb(5,249,22); }

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