#09FC0C

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

Shades of Free Speech Green #09FC0C

Tints of Free Speech Green #09FC0C

Color information

#09FC0C (or 0x09FC0C) is unknown color: approx Free Speech Green. HEX triplet: 09, FC and 0C. RGB value is (9,252,12). Sum of RGB (Red+Green+Blue) = 9+252+12=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 252 (98.83% from 255 or 92.31% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 252 - color contains mainly: green. Hex color #09FC0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FC0C is #F603F3. Grayscale: #989898. Windows color (decimal): -16122868 or 850953. OLE color: 850953.

HSL color Cylindrical-coordinate representation of color #09FC0C: hue angle of 120.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FC0C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB925212-
CMYK0.9600.950.01
HSL120.74º97.59%51.18%-
HSV(B)120.74º96.43%98.82%-
XYZ34.9969.7111.96-
YUV151.9848.9926.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 252 (98.83% from 255) = 92.31%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=3.30%
G=92.31%
B=4.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal9252120.9600.950.01120.7497.5951.18
Hex9FCC6005F1796233
Octal11374141400137117114263
Binary1001111111001100110000001011111111110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09FC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,252,12); }

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

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

 a { background-color: rgb(9,252,12); }

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

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

 span { border-color: rgb(9,252,12); }

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