#09f10c

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

Shades of Free Speech Green #09F10C

Tints of Free Speech Green #09F10C

Color information

#09F10C (or 0x09F10C) is unknown color: approx Free Speech Green. HEX triplet: 09, F1 and 0C. RGB value is (9,241,12). Sum of RGB (Red+Green+Blue) = 9+241+12=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 241 (94.53% from 255 or 91.98% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 241 - color contains mainly: green. Hex color #09F10C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F10C is #F60EF3. Grayscale: #929292. Windows color (decimal): -16125684 or 848137. OLE color: 848137.

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

Color convert

RGB924112-
CMYK0.9600.950.05
HSL120.78º92.8%49.02%-
HSV(B)120.78º96.27%94.51%-
XYZ31.636310.84-
YUV145.5352.6430.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 241 (94.53% from 255) = 91.98%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=3.44%
G=91.98%
B=4.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal9241120.9600.950.05120.7892.849.02
Hex9F1C6005F5795d31
Octal11361141400137517113561
Binary100111110001110011000000101111110111110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09f10c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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