Html Css Color HEX #5AAA50 Apple

📋 copy color: '#5AAA50'

red 90 ◦ green 170 ◦ blue 80

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

Shades of Apple #5AAA50

Tints of Apple #5AAA50

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50%

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

R = 26.47%
G = 50%
B = 23.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#5AAA50 (or 0x5AAA50) is known color: Apple. HEX triplet: 5A, AA and 50. RGB value is (90,170,80). Sum of RGB (Red+Green+Blue) = 90+170+80=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA50 is #A555AF. Grayscale: #888888. Windows color (decimal): -10835376 or 5286490. OLE color: 5286490.

HSL color Cylindrical-coordinate representation of color #5AAA50: hue angle of 113.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AAA50 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 80 -
CMYK 0.47 0 0.53 0.33
HSL 113.33º 0.36% 0.49% -
HSV(B) 113.33º 0.53% 0.67% -
XYZ 20.04 31.5 12.61 -
YUV 135.82 96.5 95.32 -
System Red Green Blue C M Y K H S L
Decimal 90 170 80 0.47 0 0.53 0.33 113.33 0.36 0.49
Hex 5A AA 50 2F 0 35 21 71 24 31
Octal 132 252 120 57 0 65 41 161 44 61
Binary 1011010 10101010 1010000 101111 0 110101 100001 1110001 100100 110001

Color Harmonies of #5AAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA50

Black with #5AAA50

Text Example


Text Example

White with #5AAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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