#60AA38

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

Shades of Apple #60AA38

Tints of Apple #60AA38

Color information

#60AA38 (or 0x60AA38) is unknown color: approx Apple. HEX triplet: 60, AA and 38. RGB value is (96,170,56). Sum of RGB (Red+Green+Blue) = 96+170+56=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA38 is #9F55C7. Grayscale: #878787. Windows color (decimal): -10442184 or 3713632. OLE color: 3713632.

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

Color convert

RGB9617056-
CMYK0.4400.670.33
HSL98.95º50.44%44.31%-
HSV(B)98.95º67.06%66.67%-
XYZ19.9131.528.78-
YUV134.8883.48100.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 170 (66.80% from 255) = 52.80%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=29.81%
G=52.80%
B=17.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96170560.4400.670.3398.9550.4444.31
Hex60AA382C0432163322c
Octal14025270540103411436254
Binary110000010101010111000101100010000111000011100011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60AA38; }

 p { color: rgb(96,170,56); }

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

<style>
 a { background-color: #60AA38; }

 a { background-color: rgb(96,170,56); }

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

<style>
 span { border-color: #60AA38; }

 span { border-color: rgb(96,170,56); }

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