Html Css Color HEX #5AAD4D Apple

📋 copy color: '#5AAD4D'

red 90 ◦ green 173 ◦ blue 77

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

Shades of Apple #5AAD4D

Tints of Apple #5AAD4D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.88%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 26.47%
G = 50.88%
B = 22.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#5AAD4D (or 0x5AAD4D) is known color: Apple. HEX triplet: 5A, AD and 4D. RGB value is (90,173,77). Sum of RGB (Red+Green+Blue) = 90+173+77=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAD4D is #A552B2. Grayscale: #898989. Windows color (decimal): -10834611 or 5090650. OLE color: 5090650.

HSL color Cylindrical-coordinate representation of color #5AAD4D: hue angle of 111.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AAD4D is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 173 77 -
CMYK 0.48 0 0.55 0.32
HSL 111.88º 0.38% 0.49% -
HSV(B) 111.88º 0.55% 0.68% -
XYZ 20.5 32.6 12.23 -
YUV 137.24 94 94.31 -
System Red Green Blue C M Y K H S L
Decimal 90 173 77 0.48 0 0.55 0.32 111.88 0.38 0.49
Hex 5A AD 4D 30 0 37 20 70 26 31
Octal 132 255 115 60 0 67 40 160 46 61
Binary 1011010 10101101 1001101 110000 0 110111 100000 1110000 100110 110001

Color Harmonies of #5AAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAD4D

Black with #5AAD4D

Text Example


Text Example

White with #5AAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,173,77); }

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

background-color css

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

 a { background-color: rgb(90,173,77); }

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

border-color css

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

 span { border-color: rgb(90,173,77); }

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