Html Css Color HEX #04F412 Free Speech Green

📋 copy color: '#04F412'

red 4 ◦ green 244 ◦ blue 18

#04F412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #04F412

Tints of Free Speech Green #04F412

RGB

 RED value IS 4 (1.95% from 255) = 1.5%

 GREEN value IS 244 (95.7% from 255) = 91.73%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 1.5%
G = 91.73%
B = 6.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#04F412 (or 0x04F412) is known color: Free Speech Green. HEX triplet: 04, F4 and 12. RGB value is (4,244,18). Sum of RGB (Red+Green+Blue) = 4+244+18=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 244 (95.70% from 255 or 91.73% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 244 - color contains mainly: green. Hex color #04F412 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F412 is #FB0BED. Grayscale: #939393. Windows color (decimal): -16452590 or 1242116. OLE color: 1242116.

HSL color Cylindrical-coordinate representation of color #04F412: hue angle of 123.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F412 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 4 244 18 -
CMYK 0.98 0 0.93 0.04
HSL 123.5º 0.97% 0.49% -
HSV(B) 123.5º 0.98% 0.96% -
XYZ 32.51 64.77 11.36 -
YUV 146.48 55.49 26.38 -
System Red Green Blue C M Y K H S L
Decimal 4 244 18 0.98 0 0.93 0.04 123.5 0.97 0.49
Hex 4 F4 12 62 0 5D 4 7C 61 31
Octal 4 364 22 142 0 135 4 174 141 61
Binary 100 11110100 10010 1100010 0 1011101 100 1111100 1100001 110001

Color Harmonies of #04F412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F412

Black with #04F412

Text Example


Text Example

White with #04F412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04F412;
 }
 .AnyTagClassName
 {
   color: #04F412;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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