Html Css Color HEX #5AA345 Apple

📋 copy color: '#5AA345'

red 90 ◦ green 163 ◦ blue 69

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

Shades of Apple #5AA345

Tints of Apple #5AA345

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.62%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 27.95%
G = 50.62%
B = 21.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#5AA345 (or 0x5AA345) is known color: Apple. HEX triplet: 5A, A3 and 45. RGB value is (90,163,69). Sum of RGB (Red+Green+Blue) = 90+163+69=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA345 is #A55CBA. Grayscale: #828282. Windows color (decimal): -10837179 or 4563802. OLE color: 4563802.

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

Color convert

RGB 90 163 69 -
CMYK 0.45 0 0.58 0.36
HSL 106.6º 0.41% 0.45% -
HSV(B) 106.6º 0.58% 0.64% -
XYZ 18.39 28.8 10.22 -
YUV 130.46 93.32 99.14 -
System Red Green Blue C M Y K H S L
Decimal 90 163 69 0.45 0 0.58 0.36 106.6 0.41 0.45
Hex 5A A3 45 2D 0 3A 24 6B 29 2D
Octal 132 243 105 55 0 72 44 153 51 55
Binary 1011010 10100011 1000101 101101 0 111010 100100 1101011 101001 101101

Color Harmonies of #5AA345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA345

Black with #5AA345

Text Example


Text Example

White with #5AA345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,163,69); }

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

background-color css

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

 a { background-color: rgb(90,163,69); }

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

border-color css

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

 span { border-color: rgb(90,163,69); }

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