#09F02E

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

Shades of Free Speech Green #09F02E

Tints of Free Speech Green #09F02E

Color information

#09F02E (or 0x09F02E) is unknown color: approx Free Speech Green. HEX triplet: 09, F0 and 2E. RGB value is (9,240,46). Sum of RGB (Red+Green+Blue) = 9+240+46=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 240 (94.14% from 255 or 81.36% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 240 - color contains mainly: green. Hex color #09F02E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F02E is #F60FD1. Grayscale: #959595. Windows color (decimal): -16125906 or 3076105. OLE color: 3076105.

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

Color convert

RGB924046-
CMYK0.9600.810.06
HSL129.61º92.77%48.82%-
HSV(B)129.61º96.25%94.12%-
XYZ31.7762.5812.99-
YUV148.8269.9728.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.05%
GREEN value IS 240 (94.14% from 255) = 81.36%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=3.05%
G=81.36%
B=15.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9240460.9600.810.06129.6192.7748.82
Hex9F02E600516825d31
Octal11360561400121620213561
Binary100111110000101110110000001010001110100000101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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