#09F02C

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

Shades of Free Speech Green #09F02C

Tints of Free Speech Green #09F02C

Color information

#09F02C (or 0x09F02C) is unknown color: approx Free Speech Green. HEX triplet: 09, F0 and 2C. RGB value is (9,240,44). Sum of RGB (Red+Green+Blue) = 9+240+44=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 240 (94.14% from 255 or 81.91% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 240 - color contains mainly: green. Hex color #09F02C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F02C is #F60FD3. Grayscale: #959595. Windows color (decimal): -16125908 or 2945033. OLE color: 2945033.

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

Color convert

RGB924044-
CMYK0.9600.820.06
HSL129.09º92.77%48.82%-
HSV(B)129.09º96.25%94.12%-
XYZ31.7362.5612.79-
YUV148.5968.9728.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 240 (94.14% from 255) = 81.91%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=3.07%
G=81.91%
B=15.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9240440.9600.820.06129.0992.7748.82
Hex9F02C600526815d31
Octal11360541400122620113561
Binary100111110000101100110000001010010110100000011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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