Html Css Color HEX #5A9D48 Apple

📋 copy color: '#5A9D48'

red 90 ◦ green 157 ◦ blue 72

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

Shades of Apple #5A9D48

Tints of Apple #5A9D48

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.22%

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

R = 28.21%
G = 49.22%
B = 22.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#5A9D48 (or 0x5A9D48) is known color: Apple. HEX triplet: 5A, 9D and 48. RGB value is (90,157,72). Sum of RGB (Red+Green+Blue) = 90+157+72=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9D48 is #A562B7. Grayscale: #7F7F7F. Windows color (decimal): -10838712 or 4758874. OLE color: 4758874.

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

Color convert

RGB 90 157 72 -
CMYK 0.43 0 0.54 0.38
HSL 107.29º 0.37% 0.45% -
HSV(B) 107.29º 0.54% 0.62% -
XYZ 17.44 26.76 10.38 -
YUV 127.28 96.8 101.41 -
System Red Green Blue C M Y K H S L
Decimal 90 157 72 0.43 0 0.54 0.38 107.29 0.37 0.45
Hex 5A 9D 48 2B 0 36 26 6B 25 2D
Octal 132 235 110 53 0 66 46 153 45 55
Binary 1011010 10011101 1001000 101011 0 110110 100110 1101011 100101 101101

Color Harmonies of #5A9D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9D48

Black with #5A9D48

Text Example


Text Example

White with #5A9D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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