#04F912

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

Shades of Free Speech Green #04F912

Tints of Free Speech Green #04F912

Color information

#04F912 (or 0x04F912) is unknown color: approx Free Speech Green. HEX triplet: 04, F9 and 12. RGB value is (4,249,18). Sum of RGB (Red+Green+Blue) = 4+249+18=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 249 (97.66% from 255 or 91.88% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 249 - color contains mainly: green. Hex color #04F912 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F912 is #FB06ED. Grayscale: #969696. Windows color (decimal): -16451310 or 1243396. OLE color: 1243396.

HSL color Cylindrical-coordinate representation of color #04F912: hue angle of 123.43º 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 #04F912 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB424918-
CMYK0.9800.930.02
HSL123.43º96.84%49.61%-
HSV(B)123.43º98.39%97.65%-
XYZ34.0367.8211.87-
YUV149.4153.8324.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.48%
GREEN value IS 249 (97.66% from 255) = 91.88%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=1.48%
G=91.88%
B=6.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal4249180.9800.930.02123.4396.8449.61
Hex4F9126205D27b6132
Octal4371221420135217314162
Binary10011111001100101100010010111011011110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04F912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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