#55A940

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

Shades of Apple #55A940

Tints of Apple #55A940

Color information

#55A940 (or 0x55A940) is unknown color: approx Apple. HEX triplet: 55, A9 and 40. RGB value is (85,169,64). Sum of RGB (Red+Green+Blue) = 85+169+64=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #55A940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A940 is #AA56BF. Grayscale: #848484. Windows color (decimal): -11163328 or 4237653. OLE color: 4237653.

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

Color convert

RGB8516964-
CMYK0.5000.620.34
HSL108º45.06%45.69%-
HSV(B)108º62.13%66.27%-
XYZ18.8630.689.78-
YUV131.9189.6794.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 169 (66.41% from 255) = 53.14%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=26.73%
G=53.14%
B=20.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85169640.5000.620.3410845.0645.69
Hex55A9403203E226c2d2e
Octal12525110062076421545556
Binary101010110101001100000011001001111101000101101100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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