#5FAE4A

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

Shades of Apple #5FAE4A

Tints of Apple #5FAE4A

Color information

#5FAE4A (or 0x5FAE4A) is unknown color: approx Apple. HEX triplet: 5F, AE and 4A. RGB value is (95,174,74). Sum of RGB (Red+Green+Blue) = 95+174+74=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAE4A is #A051B5. Grayscale: #8B8B8B. Windows color (decimal): -10506678 or 4894303. OLE color: 4894303.

HSL color Cylindrical-coordinate representation of color #5FAE4A: hue angle of 107.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FAE4A is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB9517474-
CMYK0.4500.570.32
HSL107.4º40.32%48.63%-
HSV(B)107.4º57.47%68.24%-
XYZ21.0933.211.78-
YUV138.9891.3396.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=27.70%
G=50.73%
B=21.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95174740.4500.570.32107.440.3248.63
Hex5FAE4A2D039206b2831
Octal13725611255071401535061
Binary101111110101110100101010110101110011000001101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,74); }

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

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

 a { background-color: rgb(95,174,74); }

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

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

 span { border-color: rgb(95,174,74); }

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