Html Css Color HEX #5AA240 Apple

📋 copy color: '#5AA240'

red 90 ◦ green 162 ◦ blue 64

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

Shades of Apple #5AA240

Tints of Apple #5AA240

RGB

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

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

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

R = 28.48%
G = 51.27%
B = 20.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#5AA240 (or 0x5AA240) is known color: Apple. HEX triplet: 5A, A2 and 40. RGB value is (90,162,64). Sum of RGB (Red+Green+Blue) = 90+162+64=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA240 is #A55DBF. Grayscale: #818181. Windows color (decimal): -10837440 or 4235866. OLE color: 4235866.

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

Color convert

RGB 90 162 64 -
CMYK 0.44 0 0.60 0.36
HSL 104.08º 0.43% 0.44% -
HSV(B) 104.08º 0.6% 0.64% -
XYZ 18.06 28.38 9.38 -
YUV 129.3 91.15 99.97 -
System Red Green Blue C M Y K H S L
Decimal 90 162 64 0.44 0 0.60 0.36 104.08 0.43 0.44
Hex 5A A2 40 2C 0 3C 24 68 2B 2C
Octal 132 242 100 54 0 74 44 150 53 54
Binary 1011010 10100010 1000000 101100 0 111100 100100 1101000 101011 101100

Color Harmonies of #5AA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA240

Black with #5AA240

Text Example


Text Example

White with #5AA240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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