#54A13C

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

Shades of Apple #54A13C

Tints of Apple #54A13C

Color information

#54A13C (or 0x54A13C) is unknown color: approx Apple. HEX triplet: 54, A1 and 3C. RGB value is (84,161,60). Sum of RGB (Red+Green+Blue) = 84+161+60=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #54A13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A13C is #AB5EC3. Grayscale: #7E7E7E. Windows color (decimal): -11230916 or 3973460. OLE color: 3973460.

HSL color Cylindrical-coordinate representation of color #54A13C: hue angle of 105.74º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54A13C is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB8416160-
CMYK0.4800.630.37
HSL105.74º45.7%43.33%-
HSV(B)105.74º62.73%63.14%-
XYZ17.2227.78.71-
YUV126.4690.4997.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 161 (63.28% from 255) = 52.79%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=27.54%
G=52.79%
B=19.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84161600.4800.630.37105.7445.743.33
Hex54A13C3003F256a2e2b
Octal1242417460077451525653
Binary10101001010000111110011000001111111001011101010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,161,60); }

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

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

 a { background-color: rgb(84,161,60); }

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

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

 span { border-color: rgb(84,161,60); }

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