#04f90c

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

Shades of Free Speech Green #04F90C

Tints of Free Speech Green #04F90C

Color information

#04F90C (or 0x04F90C) is unknown color: approx Free Speech Green. HEX triplet: 04, F9 and 0C. RGB value is (4,249,12). Sum of RGB (Red+Green+Blue) = 4+249+12=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 249 (97.66% from 255 or 93.96% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 249 - color contains mainly: green. Hex color #04F90C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F90C is #FB06F3. Grayscale: #959595. Windows color (decimal): -16451316 or 850180. OLE color: 850180.

HSL color Cylindrical-coordinate representation of color #04F90C: hue angle of 121.96º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F90C is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB424912-
CMYK0.9800.950.02
HSL121.96º96.84%49.61%-
HSV(B)121.96º98.39%97.65%-
XYZ33.9967.811.64-
YUV148.7350.8324.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.51%
GREEN value IS 249 (97.66% from 255) = 93.96%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=1.51%
G=93.96%
B=4.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal4249120.9800.950.02121.9696.8449.61
Hex4F9C6205F27a6132
Octal4371141420137217214162
Binary1001111100111001100010010111111011110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04f90c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04f90c; }

 p { color: rgb(4,249,12); }

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

<style>
 a { background-color: #04f90c; }

 a { background-color: rgb(4,249,12); }

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

<style>
 span { border-color: #04f90c; }

 span { border-color: rgb(4,249,12); }

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