Html Css Color HEX #04D00A Free Speech Green

📋 copy color: '#04D00A'

red 4 ◦ green 208 ◦ blue 10

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

Shades of Free Speech Green #04D00A

Tints of Free Speech Green #04D00A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 93.69%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 1.8%
G = 93.69%
B = 4.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#04D00A (or 0x04D00A) is known color: Free Speech Green. HEX triplet: 04, D0 and 0A. RGB value is (4,208,10). Sum of RGB (Red+Green+Blue) = 4+208+10=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 208 (81.64% from 255 or 93.69% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 208 - color contains mainly: green. Hex color #04D00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D00A is #FB2FF5. Grayscale: #7D7D7D. Windows color (decimal): -16461814 or 708612. OLE color: 708612.

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

Color convert

RGB 4 208 10 -
CMYK 0.98 0 0.95 0.18
HSL 121.76º 0.96% 0.42% -
HSV(B) 121.76º 0.98% 0.82% -
XYZ 22.66 45.16 7.81 -
YUV 124.43 63.41 42.1 -
System Red Green Blue C M Y K H S L
Decimal 4 208 10 0.98 0 0.95 0.18 121.76 0.96 0.42
Hex 4 D0 A 62 0 5F 12 7A 60 2A
Octal 4 320 12 142 0 137 22 172 140 52
Binary 100 11010000 1010 1100010 0 1011111 10010 1111010 1100000 101010

Color Harmonies of #04D00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D00A

Black with #04D00A

Text Example


Text Example

White with #04D00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,208,10); }

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

background-color css

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

 a { background-color: rgb(4,208,10); }

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

border-color css

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

 span { border-color: rgb(4,208,10); }

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