#00F90F

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

Shades of Free Speech Green #00F90F

Tints of Free Speech Green #00F90F

Color information

#00F90F (or 0x00F90F) is unknown color: approx Free Speech Green. HEX triplet: 00, F9 and 0F. RGB value is (0,249,15). Sum of RGB (Red+Green+Blue) = 0+249+15=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 249 (97.66% from 255 or 94.32% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 249 - color contains mainly: green. Hex color #00F90F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F90F is #FF06F0. Grayscale: #949494. Windows color (decimal): -16713457 or 1046784. OLE color: 1046784.

HSL color Cylindrical-coordinate representation of color #00F90F: hue angle of 123.61º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F90F is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB024915-
CMYK100.940.02
HSL123.61º100%48.82%-
HSV(B)123.61º100%97.65%-
XYZ33.9667.7911.75-
YUV147.8753.0122.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 249 (97.66% from 255) = 94.32%
BLUE value IS 15 (6.25% from 255) = 5.68%
R=0%
G=94.32%
B=5.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal024915100.940.02123.6110048.82
Hex0F9F6405E27c6431
Octal0371171440136217414461
Binary01111100111111100100010111101011111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F90F; }

 p { color: rgb(0,249,15); }

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

<style>
 a { background-color: #00F90F; }

 a { background-color: rgb(0,249,15); }

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

<style>
 span { border-color: #00F90F; }

 span { border-color: rgb(0,249,15); }

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