#04D10C

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

Shades of Free Speech Green #04D10C

Tints of Free Speech Green #04D10C

Color information

#04D10C (or 0x04D10C) is unknown color: approx Free Speech Green. HEX triplet: 04, D1 and 0C. RGB value is (4,209,12). Sum of RGB (Red+Green+Blue) = 4+209+12=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 209 (82.03% from 255 or 92.89% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 209 - color contains mainly: green. Hex color #04D10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D10C is #FB2EF3. Grayscale: #7D7D7D. Windows color (decimal): -16461556 or 839940. OLE color: 839940.

HSL color Cylindrical-coordinate representation of color #04D10C: hue angle of 122.34º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D10C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB420912-
CMYK0.9800.940.18
HSL122.34º96.24%41.76%-
HSV(B)122.34º98.09%81.96%-
XYZ22.9245.657.95-
YUV125.2564.0841.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 209 (82.03% from 255) = 92.89%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=1.78%
G=92.89%
B=5.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal4209120.9800.940.18122.3496.2441.76
Hex4D1C6205E127a602a
Octal43211414201362217214052
Binary1001101000111001100010010111101001011110101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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