#5FA94E

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

Shades of Apple #5FA94E

Tints of Apple #5FA94E

Color information

#5FA94E (or 0x5FA94E) is unknown color: approx Apple. HEX triplet: 5F, A9 and 4E. RGB value is (95,169,78). Sum of RGB (Red+Green+Blue) = 95+169+78=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA94E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA94E is #A056B1. Grayscale: #888888. Windows color (decimal): -10507954 or 5155167. OLE color: 5155167.

HSL color Cylindrical-coordinate representation of color #5FA94E: hue angle of 108.79º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FA94E is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB9516978-
CMYK0.4400.540.34
HSL108.79º36.84%48.43%-
HSV(B)108.79º53.85%66.27%-
XYZ20.2831.3612.19-
YUV136.594.9898.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 169 (66.41% from 255) = 49.42%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=27.78%
G=49.42%
B=22.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95169780.4400.540.34108.7936.8448.43
Hex5FA94E2C036226d2530
Octal13725111654066421554560
Binary101111110101001100111010110001101101000101101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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