Html Css Color HEX #5AA049 Apple

📋 copy color: '#5AA049'

red 90 ◦ green 160 ◦ blue 73

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

Shades of Apple #5AA049

Tints of Apple #5AA049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.54%

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 27.86%
G = 49.54%
B = 22.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#5AA049 (or 0x5AA049) is known color: Apple. HEX triplet: 5A, A0 and 49. RGB value is (90,160,73). Sum of RGB (Red+Green+Blue) = 90+160+73=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA049 is #A55FB6. Grayscale: #818181. Windows color (decimal): -10837943 or 4825178. OLE color: 4825178.

HSL color Cylindrical-coordinate representation of color #5AA049: hue angle of 108.28º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AA049 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 90 160 73 -
CMYK 0.44 0 0.54 0.37
HSL 108.28º 0.37% 0.46% -
HSV(B) 108.28º 0.54% 0.63% -
XYZ 17.99 27.8 10.72 -
YUV 129.15 96.31 100.07 -
System Red Green Blue C M Y K H S L
Decimal 90 160 73 0.44 0 0.54 0.37 108.28 0.37 0.46
Hex 5A A0 49 2C 0 36 25 6C 25 2E
Octal 132 240 111 54 0 66 45 154 45 56
Binary 1011010 10100000 1001001 101100 0 110110 100101 1101100 100101 101110

Color Harmonies of #5AA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA049

Black with #5AA049

Text Example


Text Example

White with #5AA049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,160,73); }

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

background-color css

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

 a { background-color: rgb(90,160,73); }

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

border-color css

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

 span { border-color: rgb(90,160,73); }

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