Html Css Color HEX #5FAA49 Apple

📋 copy color: '#5FAA49'

red 95 ◦ green 170 ◦ blue 73

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

Shades of Apple #5FAA49

Tints of Apple #5FAA49

RGB

 RED value IS 95 (37.5% from 255) = 28.11%

 GREEN value IS 170 (66.8% from 255) = 50.3%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 28.11%
G = 50.3%
B = 21.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#5FAA49 (or 0x5FAA49) is known color: Apple. HEX triplet: 5F, AA and 49. RGB value is (95,170,73). Sum of RGB (Red+Green+Blue) = 95+170+73=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA49 is #A055B6. Grayscale: #888888. Windows color (decimal): -10507703 or 4827743. OLE color: 4827743.

HSL color Cylindrical-coordinate representation of color #5FAA49: hue angle of 106.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FAA49 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 170 73 -
CMYK 0.44 0 0.57 0.33
HSL 106.39º 0.4% 0.48% -
HSV(B) 106.39º 0.57% 0.67% -
XYZ 20.3 31.66 11.35 -
YUV 136.52 92.15 98.39 -
System Red Green Blue C M Y K H S L
Decimal 95 170 73 0.44 0 0.57 0.33 106.39 0.4 0.48
Hex 5F AA 49 2C 0 39 21 6A 28 30
Octal 137 252 111 54 0 71 41 152 50 60
Binary 1011111 10101010 1001001 101100 0 111001 100001 1101010 101000 110000

Color Harmonies of #5FAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAA49

Black with #5FAA49

Text Example


Text Example

White with #5FAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,170,73); }

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

background-color css

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

 a { background-color: rgb(95,170,73); }

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

border-color css

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

 span { border-color: rgb(95,170,73); }

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