#5DAA4A

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

Shades of Apple #5DAA4A

Tints of Apple #5DAA4A

Color information

#5DAA4A (or 0x5DAA4A) is unknown color: approx Apple. HEX triplet: 5D, AA and 4A. RGB value is (93,170,74). Sum of RGB (Red+Green+Blue) = 93+170+74=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAA4A is #A255B5. Grayscale: #888888. Windows color (decimal): -10638774 or 4893277. OLE color: 4893277.

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

Color convert

RGB9317074-
CMYK0.4500.560.33
HSL108.12º39.34%47.84%-
HSV(B)108.12º56.47%66.67%-
XYZ20.1231.5711.51-
YUV136.0392.9997.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 170 (66.80% from 255) = 50.45%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=27.60%
G=50.45%
B=21.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93170740.4500.560.33108.1239.3447.84
Hex5DAA4A2D038216c2730
Octal13525211255070411544760
Binary101110110101010100101010110101110001000011101100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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