Html Css Color HEX #5A8450 Glade Green

📋 copy color: '#5A8450'

red 90 ◦ green 132 ◦ blue 80

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

Shades of Glade Green #5A8450

Tints of Glade Green #5A8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 29.8%
G = 43.71%
B = 26.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#5A8450 (or 0x5A8450) is known color: Glade Green. HEX triplet: 5A, 84 and 50. RGB value is (90,132,80). Sum of RGB (Red+Green+Blue) = 90+132+80=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8450 is #A57BAF. Grayscale: #717171. Windows color (decimal): -10845104 or 5276762. OLE color: 5276762.

HSL color Cylindrical-coordinate representation of color #5A8450: hue angle of 108.46º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A8450 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 132 80 -
CMYK 0.32 0 0.39 0.48
HSL 108.46º 0.25% 0.42% -
HSV(B) 108.46º 0.39% 0.52% -
XYZ 13.92 19.26 10.57 -
YUV 113.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 90 132 80 0.32 0 0.39 0.48 108.46 0.25 0.42
Hex 5A 84 50 20 0 27 30 6C 19 2A
Octal 132 204 120 40 0 47 60 154 31 52
Binary 1011010 10000100 1010000 100000 0 100111 110000 1101100 11001 101010

Color Harmonies of #5A8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8450

Black with #5A8450

Text Example


Text Example

White with #5A8450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,132,80); }

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

background-color css

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

 a { background-color: rgb(90,132,80); }

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

border-color css

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

 span { border-color: rgb(90,132,80); }

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