#55AD46

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

Shades of Apple #55AD46

Tints of Apple #55AD46

Color information

#55AD46 (or 0x55AD46) is unknown color: approx Apple. HEX triplet: 55, AD and 46. RGB value is (85,173,70). Sum of RGB (Red+Green+Blue) = 85+173+70=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD46 is #AA52B9. Grayscale: #878787. Windows color (decimal): -11162298 or 4631893. OLE color: 4631893.

HSL color Cylindrical-coordinate representation of color #55AD46: hue angle of 111.26º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55AD46 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB8517370-
CMYK0.5100.600.32
HSL111.26º42.39%47.65%-
HSV(B)111.26º59.54%67.84%-
XYZ19.832.2610.98-
YUV134.9591.3592.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 173 (67.97% from 255) = 52.74%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=25.91%
G=52.74%
B=21.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85173700.5100.600.32111.2642.3947.65
Hex55AD463303C206f2a30
Octal12525510663074401575260
Binary101010110101101100011011001101111001000001101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AD46; }

 p { color: rgb(85,173,70); }

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

<style>
 a { background-color: #55AD46; }

 a { background-color: rgb(85,173,70); }

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

<style>
 span { border-color: #55AD46; }

 span { border-color: rgb(85,173,70); }

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