Html Css Color HEX #04800A Green

📋 copy color: '#04800A'

red 4 ◦ green 128 ◦ blue 10

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

Shades of Green #04800A

Tints of Green #04800A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 90.14%

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

R = 2.82%
G = 90.14%
B = 7.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#04800A (or 0x04800A) is known color: Green. HEX triplet: 04, 80 and 0A. RGB value is (4,128,10). Sum of RGB (Red+Green+Blue) = 4+128+10=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 128 (50.39% from 255 or 90.14% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 128 - color contains mainly: green. Hex color #04800A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04800A is #FB7FF5. Grayscale: #4D4D4D. Windows color (decimal): -16482294 or 688132. OLE color: 688132.

HSL color Cylindrical-coordinate representation of color #04800A: hue angle of 122.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04800A is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 128 10 -
CMYK 0.97 0 0.92 0.50
HSL 122.9º 0.94% 0.26% -
HSV(B) 122.9º 0.97% 0.5% -
XYZ 7.82 15.49 2.86 -
YUV 77.47 89.92 75.59 -
System Red Green Blue C M Y K H S L
Decimal 4 128 10 0.97 0 0.92 0.50 122.9 0.94 0.26
Hex 4 80 A 61 0 5C 32 7B 5E 1A
Octal 4 200 12 141 0 134 62 173 136 32
Binary 100 10000000 1010 1100001 0 1011100 110010 1111011 1011110 11010

Color Harmonies of #04800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04800A

Black with #04800A

Text Example


Text Example

White with #04800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04800A; }

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

 H1.HeaderClassName
 {
   color: #04800A;
 }
 .AnyTagClassName
 {
   color: #04800A;
 }
</style>

background-color css

<style>
 a { background-color: #04800A; }

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

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

border-color css

<style>
 span { border-color: #04800A; }

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

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