#09F40F

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

Shades of Free Speech Green #09F40F

Tints of Free Speech Green #09F40F

Color information

#09F40F (or 0x09F40F) is unknown color: approx Free Speech Green. HEX triplet: 09, F4 and 0F. RGB value is (9,244,15). Sum of RGB (Red+Green+Blue) = 9+244+15=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 244 (95.70% from 255 or 91.04% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 244 - color contains mainly: green. Hex color #09F40F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F40F is #F60BF0. Grayscale: #949494. Windows color (decimal): -16124913 or 1045513. OLE color: 1045513.

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

Color convert

RGB924415-
CMYK0.9600.940.04
HSL121.53º92.89%49.61%-
HSV(B)121.53º96.31%95.69%-
XYZ32.5564.7911.24-
YUV147.6353.1429.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.36%
GREEN value IS 244 (95.70% from 255) = 91.04%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=3.36%
G=91.04%
B=5.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9244150.9600.940.04121.5392.8949.61
Hex9F4F6005E47a5d32
Octal11364171400136417213562
Binary100111110100111111000000101111010011110101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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