#09F418

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

Shades of Free Speech Green #09F418

Tints of Free Speech Green #09F418

Color information

#09F418 (or 0x09F418) is unknown color: approx Free Speech Green. HEX triplet: 09, F4 and 18. RGB value is (9,244,24). Sum of RGB (Red+Green+Blue) = 9+244+24=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 244 (95.70% from 255 or 88.09% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 244 - color contains mainly: green. Hex color #09F418 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F418 is #F60BE7. Grayscale: #959595. Windows color (decimal): -16124904 or 1635337. OLE color: 1635337.

HSL color Cylindrical-coordinate representation of color #09F418: hue angle of 123.83º 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 #09F418 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB924424-
CMYK0.9600.900.04
HSL123.83º92.89%49.61%-
HSV(B)123.83º96.31%95.69%-
XYZ32.6364.8311.66-
YUV148.6557.6428.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.25%
GREEN value IS 244 (95.70% from 255) = 88.09%
BLUE value IS 24 (9.77% from 255) = 8.66%
R=3.25%
G=88.09%
B=8.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9244240.9600.900.04123.8392.8949.61
Hex9F4186005A47c5d32
Octal11364301400132417413562
Binary1001111101001100011000000101101010011111001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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