#5DAC3A

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

Shades of Apple #5DAC3A

Tints of Apple #5DAC3A

Color information

#5DAC3A (or 0x5DAC3A) is unknown color: approx Apple. HEX triplet: 5D, AC and 3A. RGB value is (93,172,58). Sum of RGB (Red+Green+Blue) = 93+172+58=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC3A is #A253C5. Grayscale: #878787. Windows color (decimal): -10638278 or 3845213. OLE color: 3845213.

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

Color convert

RGB9317258-
CMYK0.4600.660.33
HSL101.58º49.57%45.1%-
HSV(B)101.58º66.28%67.45%-
XYZ20.0332.149.15-
YUV135.3884.3397.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 172 (67.58% from 255) = 53.25%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=28.79%
G=53.25%
B=17.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93172580.4600.660.33101.5849.5745.1
Hex5DAC3A2E0422166322d
Octal13525472560102411466255
Binary101110110101100111010101110010000101000011100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,172,58); }

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

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

 a { background-color: rgb(93,172,58); }

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

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

 span { border-color: rgb(93,172,58); }

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