Html Css Color HEX #5AA540 Apple

📋 copy color: '#5AA540'

red 90 ◦ green 165 ◦ blue 64

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

Shades of Apple #5AA540

Tints of Apple #5AA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.72%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 28.21%
G = 51.72%
B = 20.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#5AA540 (or 0x5AA540) is known color: Apple. HEX triplet: 5A, A5 and 40. RGB value is (90,165,64). Sum of RGB (Red+Green+Blue) = 90+165+64=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA540 is #A55ABF. Grayscale: #838383. Windows color (decimal): -10836672 or 4236634. OLE color: 4236634.

HSL color Cylindrical-coordinate representation of color #5AA540: hue angle of 104.55º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AA540 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 165 64 -
CMYK 0.45 0 0.61 0.35
HSL 104.55º 0.44% 0.45% -
HSV(B) 104.55º 0.61% 0.65% -
XYZ 18.6 29.45 9.56 -
YUV 131.06 90.15 98.71 -
System Red Green Blue C M Y K H S L
Decimal 90 165 64 0.45 0 0.61 0.35 104.55 0.44 0.45
Hex 5A A5 40 2D 0 3D 23 69 2C 2D
Octal 132 245 100 55 0 75 43 151 54 55
Binary 1011010 10100101 1000000 101101 0 111101 100011 1101001 101100 101101

Color Harmonies of #5AA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA540

Black with #5AA540

Text Example


Text Example

White with #5AA540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,165,64); }

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

background-color css

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

 a { background-color: rgb(90,165,64); }

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

border-color css

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

 span { border-color: rgb(90,165,64); }

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