#5FA948

Color #5FA948 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5FA948

Tints of Apple #5FA948

Color information

#5FA948 (or 0x5FA948) is unknown color: approx Apple. HEX triplet: 5F, A9 and 48. RGB value is (95,169,72). Sum of RGB (Red+Green+Blue) = 95+169+72=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA948 is #A056B7. Grayscale: #888888. Windows color (decimal): -10507960 or 4761951. OLE color: 4761951.

HSL color Cylindrical-coordinate representation of color #5FA948: hue angle of 105.77º 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 #5FA948 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB9516972-
CMYK0.4400.570.34
HSL105.77º40.25%47.25%-
HSV(B)105.77º57.4%66.27%-
XYZ20.0831.2811.11-
YUV135.8291.9898.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.27%
GREEN value IS 169 (66.41% from 255) = 50.30%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=28.27%
G=50.30%
B=21.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95169720.4400.570.34105.7740.2547.25
Hex5FA9482C039226a282f
Octal13725111054071421525057
Binary101111110101001100100010110001110011000101101010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FA948;
 }
 .AnyTagClassName
 {
   color: #5FA948;
 }
</style>
background-color css

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

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

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

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

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

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