Html Css Color HEX #5AA249 Apple

📋 copy color: '#5AA249'

red 90 ◦ green 162 ◦ blue 73

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

Shades of Apple #5AA249

Tints of Apple #5AA249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.85%

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

R = 27.69%
G = 49.85%
B = 22.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#5AA249 (or 0x5AA249) is known color: Apple. HEX triplet: 5A, A2 and 49. RGB value is (90,162,73). Sum of RGB (Red+Green+Blue) = 90+162+73=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA249 is #A55DB6. Grayscale: #828282. Windows color (decimal): -10837431 or 4825690. OLE color: 4825690.

HSL color Cylindrical-coordinate representation of color #5AA249: hue angle of 108.54º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AA249 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 162 73 -
CMYK 0.44 0 0.55 0.36
HSL 108.54º 0.38% 0.46% -
HSV(B) 108.54º 0.55% 0.64% -
XYZ 18.34 28.5 10.84 -
YUV 130.33 95.65 99.24 -
System Red Green Blue C M Y K H S L
Decimal 90 162 73 0.44 0 0.55 0.36 108.54 0.38 0.46
Hex 5A A2 49 2C 0 37 24 6D 26 2E
Octal 132 242 111 54 0 67 44 155 46 56
Binary 1011010 10100010 1001001 101100 0 110111 100100 1101101 100110 101110

Color Harmonies of #5AA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA249

Black with #5AA249

Text Example


Text Example

White with #5AA249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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