#5DAA46

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

Shades of Apple #5DAA46

Tints of Apple #5DAA46

Color information

#5DAA46 (or 0x5DAA46) is unknown color: approx Apple. HEX triplet: 5D, AA and 46. RGB value is (93,170,70). Sum of RGB (Red+Green+Blue) = 93+170+70=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAA46 is #A255B9. Grayscale: #878787. Windows color (decimal): -10638778 or 4631133. OLE color: 4631133.

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

Color convert

RGB9317070-
CMYK0.4500.590.33
HSL106.2º41.67%47.06%-
HSV(B)106.2º58.82%66.67%-
XYZ19.9931.5210.82-
YUV135.5890.9997.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.93%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=27.93%
G=51.05%
B=21.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93170700.4500.590.33106.241.6747.06
Hex5DAA462D03B216a2a2f
Octal13525210655073411525257
Binary101110110101010100011010110101110111000011101010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,170,70); }

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

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

 a { background-color: rgb(93,170,70); }

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

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

 span { border-color: rgb(93,170,70); }

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