#5FAA44

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

Shades of Apple #5FAA44

Tints of Apple #5FAA44

Color information

#5FAA44 (or 0x5FAA44) is unknown color: approx Apple. HEX triplet: 5F, AA and 44. RGB value is (95,170,68). Sum of RGB (Red+Green+Blue) = 95+170+68=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA44 is #A055BB. Grayscale: #888888. Windows color (decimal): -10507708 or 4500063. OLE color: 4500063.

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

Color convert

RGB9517068-
CMYK0.4400.60.33
HSL104.12º42.86%46.67%-
HSV(B)104.12º60%66.67%-
XYZ20.1431.610.51-
YUV135.9589.6598.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=28.53%
G=51.05%
B=20.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95170680.4400.60.33104.1242.8646.67
Hex5FAA442C03C21682b2f
Octal13725210454074411505357
Binary101111110101010100010010110001111001000011101000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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