#5DA149

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

Shades of Apple #5DA149

Tints of Apple #5DA149

Color information

#5DA149 (or 0x5DA149) is unknown color: approx Apple. HEX triplet: 5D, A1 and 49. RGB value is (93,161,73). Sum of RGB (Red+Green+Blue) = 93+161+73=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA149 is #A25EB6. Grayscale: #828282. Windows color (decimal): -10641079 or 4825437. OLE color: 4825437.

HSL color Cylindrical-coordinate representation of color #5DA149: hue angle of 106.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DA149 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB9316173-
CMYK0.4200.550.37
HSL106.36º37.61%45.88%-
HSV(B)106.36º54.66%63.14%-
XYZ18.4628.310.79-
YUV130.6495.47101.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.44%
GREEN value IS 161 (63.28% from 255) = 49.24%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=28.44%
G=49.24%
B=22.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93161730.4200.550.37106.3637.6145.88
Hex5DA1492A037256a262e
Octal13524111152067451524656
Binary101110110100001100100110101001101111001011101010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,161,73); }

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

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

 a { background-color: rgb(93,161,73); }

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

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

 span { border-color: rgb(93,161,73); }

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