#09F02F

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

Shades of Free Speech Green #09F02F

Tints of Free Speech Green #09F02F

Color information

#09F02F (or 0x09F02F) is unknown color: approx Free Speech Green. HEX triplet: 09, F0 and 2F. RGB value is (9,240,47). Sum of RGB (Red+Green+Blue) = 9+240+47=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 240 (94.14% from 255 or 81.08% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 240 - color contains mainly: green. Hex color #09F02F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F02F is #F60FD0. Grayscale: #959595. Windows color (decimal): -16125905 or 3141641. OLE color: 3141641.

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

Color convert

RGB924047-
CMYK0.9600.800.06
HSL129.87º92.77%48.82%-
HSV(B)129.87º96.25%94.12%-
XYZ31.7962.5813.09-
YUV148.9370.4728.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.04%
GREEN value IS 240 (94.14% from 255) = 81.08%
BLUE value IS 47 (18.75% from 255) = 15.88%
R=3.04%
G=81.08%
B=15.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9240470.9600.800.06129.8792.7748.82
Hex9F02F600506825d31
Octal11360571400120620213561
Binary100111110000101111110000001010000110100000101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,240,47); }

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

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

 a { background-color: rgb(9,240,47); }

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

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

 span { border-color: rgb(9,240,47); }

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