Html Css Color HEX #5AAA42 Apple

📋 copy color: '#5AAA42'

red 90 ◦ green 170 ◦ blue 66

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

Shades of Apple #5AAA42

Tints of Apple #5AAA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 27.61%
G = 52.15%
B = 20.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#5AAA42 (or 0x5AAA42) is known color: Apple. HEX triplet: 5A, AA and 42. RGB value is (90,170,66). Sum of RGB (Red+Green+Blue) = 90+170+66=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA42 is #A555BD. Grayscale: #868686. Windows color (decimal): -10835390 or 4368986. OLE color: 4368986.

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

Color convert

RGB 90 170 66 -
CMYK 0.47 0 0.61 0.33
HSL 106.15º 0.44% 0.46% -
HSV(B) 106.15º 0.61% 0.67% -
XYZ 19.57 31.32 10.17 -
YUV 134.22 89.5 96.46 -
System Red Green Blue C M Y K H S L
Decimal 90 170 66 0.47 0 0.61 0.33 106.15 0.44 0.46
Hex 5A AA 42 2F 0 3D 21 6A 2C 2E
Octal 132 252 102 57 0 75 41 152 54 56
Binary 1011010 10101010 1000010 101111 0 111101 100001 1101010 101100 101110

Color Harmonies of #5AAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA42

Black with #5AAA42

Text Example


Text Example

White with #5AAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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