Html Css Color HEX #5AA048 Apple

📋 copy color: '#5AA048'

red 90 ◦ green 160 ◦ blue 72

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

Shades of Apple #5AA048

Tints of Apple #5AA048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.69%

 BLUE value IS 72 (28.52% from 255) = 22.36%

R = 27.95%
G = 49.69%
B = 22.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#5AA048 (or 0x5AA048) is known color: Apple. HEX triplet: 5A, A0 and 48. RGB value is (90,160,72). Sum of RGB (Red+Green+Blue) = 90+160+72=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA048 is #A55FB7. Grayscale: #818181. Windows color (decimal): -10837944 or 4759642. OLE color: 4759642.

HSL color Cylindrical-coordinate representation of color #5AA048: hue angle of 107.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AA048 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 90 160 72 -
CMYK 0.44 0 0.55 0.37
HSL 107.73º 0.38% 0.45% -
HSV(B) 107.73º 0.55% 0.63% -
XYZ 17.96 27.78 10.55 -
YUV 129.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 90 160 72 0.44 0 0.55 0.37 107.73 0.38 0.45
Hex 5A A0 48 2C 0 37 25 6C 26 2D
Octal 132 240 110 54 0 67 45 154 46 55
Binary 1011010 10100000 1001000 101100 0 110111 100101 1101100 100110 101101

Color Harmonies of #5AA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA048

Black with #5AA048

Text Example


Text Example

White with #5AA048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,160,72); }

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

background-color css

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

 a { background-color: rgb(90,160,72); }

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

border-color css

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

 span { border-color: rgb(90,160,72); }

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