Html Css Color HEX #5FA049 Apple

📋 copy color: '#5FA049'

red 95 ◦ green 160 ◦ blue 73

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

Shades of Apple #5FA049

Tints of Apple #5FA049

RGB

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

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

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

R = 28.96%
G = 48.78%
B = 22.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#5FA049 (or 0x5FA049) is known color: Apple. HEX triplet: 5F, A0 and 49. RGB value is (95,160,73). Sum of RGB (Red+Green+Blue) = 95+160+73=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA049 is #A05FB6. Grayscale: #828282. Windows color (decimal): -10510263 or 4825183. OLE color: 4825183.

HSL color Cylindrical-coordinate representation of color #5FA049: hue angle of 104.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FA049 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 95 160 73 -
CMYK 0.41 0 0.54 0.37
HSL 104.83º 0.37% 0.46% -
HSV(B) 104.83º 0.54% 0.63% -
XYZ 18.49 28.06 10.74 -
YUV 130.65 95.47 102.57 -
System Red Green Blue C M Y K H S L
Decimal 95 160 73 0.41 0 0.54 0.37 104.83 0.37 0.46
Hex 5F A0 49 29 0 36 25 69 25 2E
Octal 137 240 111 51 0 66 45 151 45 56
Binary 1011111 10100000 1001001 101001 0 110110 100101 1101001 100101 101110

Color Harmonies of #5FA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA049

Black with #5FA049

Text Example


Text Example

White with #5FA049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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