#55AC31

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

Shades of Apple #55AC31

Tints of Apple #55AC31

Color information

#55AC31 (or 0x55AC31) is unknown color: approx Apple. HEX triplet: 55, AC and 31. RGB value is (85,172,49). Sum of RGB (Red+Green+Blue) = 85+172+49=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AC31 is #AA53CE. Grayscale: #848484. Windows color (decimal): -11162575 or 3255381. OLE color: 3255381.

HSL color Cylindrical-coordinate representation of color #55AC31: hue angle of 102.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55AC31 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB8517249-
CMYK0.5100.720.33
HSL102.44º55.66%43.33%-
HSV(B)102.44º71.51%67.45%-
XYZ19.0531.668.01-
YUV131.9681.1894.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 172 (67.58% from 255) = 56.21%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=27.78%
G=56.21%
B=16.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85172490.5100.720.33102.4455.6643.33
Hex55AC31330482166382b
Octal12525461630110411467053
Binary101010110101100110001110011010010001000011100110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,172,49); }

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

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

 a { background-color: rgb(85,172,49); }

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

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

 span { border-color: rgb(85,172,49); }

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