#09F410

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

Shades of Free Speech Green #09F410

Tints of Free Speech Green #09F410

Color information

#09F410 (or 0x09F410) is unknown color: approx Free Speech Green. HEX triplet: 09, F4 and 10. RGB value is (9,244,16). Sum of RGB (Red+Green+Blue) = 9+244+16=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 244 (95.70% from 255 or 90.71% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 244 - color contains mainly: green. Hex color #09F410 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F410 is #F60BEF. Grayscale: #949494. Windows color (decimal): -16124912 or 1111049. OLE color: 1111049.

HSL color Cylindrical-coordinate representation of color #09F410: hue angle of 121.79º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F410 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB924416-
CMYK0.9600.930.04
HSL121.79º92.89%49.61%-
HSV(B)121.79º96.31%95.69%-
XYZ32.5664.811.28-
YUV147.7453.6429.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 244 (95.70% from 255) = 90.71%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=3.35%
G=90.71%
B=5.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9244160.9600.930.04121.7992.8949.61
Hex9F4106005D47a5d32
Octal11364201400135417213562
Binary1001111101001000011000000101110110011110101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09F410; }

 p { color: rgb(9,244,16); }

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

<style>
 a { background-color: #09F410; }

 a { background-color: rgb(9,244,16); }

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

<style>
 span { border-color: #09F410; }

 span { border-color: rgb(9,244,16); }

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