Html Css Color HEX #5AA948 Apple

📋 copy color: '#5AA948'

red 90 ◦ green 169 ◦ blue 72

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

Shades of Apple #5AA948

Tints of Apple #5AA948

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.06%

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

R = 27.19%
G = 51.06%
B = 21.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#5AA948 (or 0x5AA948) is known color: Apple. HEX triplet: 5A, A9 and 48. RGB value is (90,169,72). Sum of RGB (Red+Green+Blue) = 90+169+72=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA948 is #A556B7. Grayscale: #868686. Windows color (decimal): -10835640 or 4761946. OLE color: 4761946.

HSL color Cylindrical-coordinate representation of color #5AA948: hue angle of 108.87º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AA948 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 169 72 -
CMYK 0.47 0 0.57 0.34
HSL 108.87º 0.4% 0.47% -
HSV(B) 108.87º 0.57% 0.66% -
XYZ 19.57 31.02 11.09 -
YUV 134.32 92.83 96.39 -
System Red Green Blue C M Y K H S L
Decimal 90 169 72 0.47 0 0.57 0.34 108.87 0.4 0.47
Hex 5A A9 48 2F 0 39 22 6D 28 2F
Octal 132 251 110 57 0 71 42 155 50 57
Binary 1011010 10101001 1001000 101111 0 111001 100010 1101101 101000 101111

Color Harmonies of #5AA948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA948

Black with #5AA948

Text Example


Text Example

White with #5AA948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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