#55A93F

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

Shades of Apple #55A93F

Tints of Apple #55A93F

Color information

#55A93F (or 0x55A93F) is unknown color: approx Apple. HEX triplet: 55, A9 and 3F. RGB value is (85,169,63). Sum of RGB (Red+Green+Blue) = 85+169+63=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #55A93F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A93F is #AA56C0. Grayscale: #848484. Windows color (decimal): -11163329 or 4172117. OLE color: 4172117.

HSL color Cylindrical-coordinate representation of color #55A93F: hue angle of 107.55º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55A93F is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB8516963-
CMYK0.5000.630.34
HSL107.55º45.69%45.49%-
HSV(B)107.55º62.72%66.27%-
XYZ18.8330.679.63-
YUV131.889.1794.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 169 (66.41% from 255) = 53.31%
BLUE value IS 63 (25% from 255) = 19.87%
R=26.81%
G=53.31%
B=19.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85169630.5000.630.34107.5545.6945.49
Hex55A93F3203F226c2e2d
Octal1252517762077421545655
Binary10101011010100111111111001001111111000101101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,63); }

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

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

 a { background-color: rgb(85,169,63); }

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

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

 span { border-color: rgb(85,169,63); }

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