#54AA42

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

Shades of Apple #54AA42

Tints of Apple #54AA42

Color information

#54AA42 (or 0x54AA42) is unknown color: approx Apple. HEX triplet: 54, AA and 42. RGB value is (84,170,66). Sum of RGB (Red+Green+Blue) = 84+170+66=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AA42 is #AB55BD. Grayscale: #848484. Windows color (decimal): -11228606 or 4368980. OLE color: 4368980.

HSL color Cylindrical-coordinate representation of color #54AA42: hue angle of 109.62º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54AA42 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB8417066-
CMYK0.5100.610.33
HSL109.62º44.07%46.27%-
HSV(B)109.62º61.18%66.67%-
XYZ19.0131.0310.14-
YUV132.4390.5193.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=26.25%
G=53.12%
B=20.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84170660.5100.610.33109.6244.0746.27
Hex54AA423303D216e2c2e
Octal12425210263075411565456
Binary101010010101010100001011001101111011000011101110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54AA42; }

 p { color: rgb(84,170,66); }

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

<style>
 a { background-color: #54AA42; }

 a { background-color: rgb(84,170,66); }

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

<style>
 span { border-color: #54AA42; }

 span { border-color: rgb(84,170,66); }

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