Html Css Color HEX #5A8004 Fiji Green

📋 copy color: '#5A8004'

red 90 ◦ green 128 ◦ blue 4

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

Shades of Fiji Green #5A8004

Tints of Fiji Green #5A8004

RGB

 RED value IS 90 (35.55% from 255) = 40.54%

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

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

R = 40.54%
G = 57.66%
B = 1.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#5A8004 (or 0x5A8004) is known color: Fiji Green. HEX triplet: 5A, 80 and 04. RGB value is (90,128,4). Sum of RGB (Red+Green+Blue) = 90+128+4=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #5A8004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8004 is #A57FFB. Grayscale: #666666. Windows color (decimal): -10846204 or 295002. OLE color: 295002.

HSL color Cylindrical-coordinate representation of color #5A8004: hue angle of 78.39º 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 #5A8004 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 90 128 4 -
CMYK 0.30 0 0.97 0.50
HSL 78.39º 0.94% 0.26% -
HSV(B) 78.39º 0.97% 0.5% -
XYZ 11.96 17.62 2.89 -
YUV 102.5 72.41 119.08 -
System Red Green Blue C M Y K H S L
Decimal 90 128 4 0.30 0 0.97 0.50 78.39 0.94 0.26
Hex 5A 80 4 1E 0 61 32 4E 5E 1A
Octal 132 200 4 36 0 141 62 116 136 32
Binary 1011010 10000000 100 11110 0 1100001 110010 1001110 1011110 11010

Color Harmonies of #5A8004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8004

Black with #5A8004

Text Example


Text Example

White with #5A8004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A8004; }

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

 H1.HeaderClassName
 {
   color: #5A8004;
 }
 .AnyTagClassName
 {
   color: #5A8004;
 }
</style>

background-color css

<style>
 a { background-color: #5A8004; }

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

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

border-color css

<style>
 span { border-color: #5A8004; }

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

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