Html Css Color HEX #04D70A Free Speech Green

📋 copy color: '#04D70A'

red 4 ◦ green 215 ◦ blue 10

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

Shades of Free Speech Green #04D70A

Tints of Free Speech Green #04D70A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 93.89%

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

R = 1.75%
G = 93.89%
B = 4.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#04D70A (or 0x04D70A) is known color: Free Speech Green. HEX triplet: 04, D7 and 0A. RGB value is (4,215,10). Sum of RGB (Red+Green+Blue) = 4+215+10=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 215 (84.38% from 255 or 93.89% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 215 - color contains mainly: green. Hex color #04D70A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D70A is #FB28F5. Grayscale: #818181. Windows color (decimal): -16460022 or 710404. OLE color: 710404.

HSL color Cylindrical-coordinate representation of color #04D70A: hue angle of 121.71º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D70A is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 215 10 -
CMYK 0.98 0 0.95 0.16
HSL 121.71º 0.96% 0.43% -
HSV(B) 121.71º 0.98% 0.84% -
XYZ 24.41 48.65 8.39 -
YUV 128.54 61.1 39.17 -
System Red Green Blue C M Y K H S L
Decimal 4 215 10 0.98 0 0.95 0.16 121.71 0.96 0.43
Hex 4 D7 A 62 0 5F 10 7A 60 2B
Octal 4 327 12 142 0 137 20 172 140 53
Binary 100 11010111 1010 1100010 0 1011111 10000 1111010 1100000 101011

Color Harmonies of #04D70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D70A

Black with #04D70A

Text Example


Text Example

White with #04D70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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