Html Css Color HEX #5AAA4A Apple

📋 copy color: '#5AAA4A'

red 90 ◦ green 170 ◦ blue 74

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

Shades of Apple #5AAA4A

Tints of Apple #5AAA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 26.95%
G = 50.9%
B = 22.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#5AAA4A (or 0x5AAA4A) is known color: Apple. HEX triplet: 5A, AA and 4A. RGB value is (90,170,74). Sum of RGB (Red+Green+Blue) = 90+170+74=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA4A is #A555B5. Grayscale: #878787. Windows color (decimal): -10835382 or 4893274. OLE color: 4893274.

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

Color convert

RGB 90 170 74 -
CMYK 0.47 0 0.56 0.33
HSL 110º 0.39% 0.48% -
HSV(B) 110º 0.56% 0.67% -
XYZ 19.83 31.42 11.5 -
YUV 135.14 93.5 95.81 -
System Red Green Blue C M Y K H S L
Decimal 90 170 74 0.47 0 0.56 0.33 110 0.39 0.48
Hex 5A AA 4A 2F 0 38 21 6E 27 30
Octal 132 252 112 57 0 70 41 156 47 60
Binary 1011010 10101010 1001010 101111 0 111000 100001 1101110 100111 110000

Color Harmonies of #5AAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA4A

Black with #5AAA4A

Text Example


Text Example

White with #5AAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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