Html Css Color HEX #5AAF49 Apple

📋 copy color: '#5AAF49'

red 90 ◦ green 175 ◦ blue 73

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

Shades of Apple #5AAF49

Tints of Apple #5AAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.78%

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

R = 26.63%
G = 51.78%
B = 21.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#5AAF49 (or 0x5AAF49) is known color: Apple. HEX triplet: 5A, AF and 49. RGB value is (90,175,73). Sum of RGB (Red+Green+Blue) = 90+175+73=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF49 is #A550B6. Grayscale: #8A8A8A. Windows color (decimal): -10834103 or 4829018. OLE color: 4829018.

HSL color Cylindrical-coordinate representation of color #5AAF49: hue angle of 110º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AAF49 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 175 73 -
CMYK 0.49 0 0.58 0.31
HSL 110º 0.41% 0.49% -
HSV(B) 110º 0.58% 0.69% -
XYZ 20.75 33.31 11.64 -
YUV 137.96 91.34 93.79 -
System Red Green Blue C M Y K H S L
Decimal 90 175 73 0.49 0 0.58 0.31 110 0.41 0.49
Hex 5A AF 49 31 0 3A 1F 6E 29 31
Octal 132 257 111 61 0 72 37 156 51 61
Binary 1011010 10101111 1001001 110001 0 111010 11111 1101110 101001 110001

Color Harmonies of #5AAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAF49

Black with #5AAF49

Text Example


Text Example

White with #5AAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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