#63AA45

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

Shades of Apple #63AA45

Tints of Apple #63AA45

Color information

#63AA45 (or 0x63AA45) is unknown color: approx Apple. HEX triplet: 63, AA and 45. RGB value is (99,170,69). Sum of RGB (Red+Green+Blue) = 99+170+69=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA45 is #9C55BA. Grayscale: #898989. Windows color (decimal): -10245563 or 4565603. OLE color: 4565603.

HSL color Cylindrical-coordinate representation of color #63AA45: hue angle of 102.18º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63AA45 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB9917069-
CMYK0.4200.590.33
HSL102.18º42.26%46.86%-
HSV(B)102.18º59.41%66.67%-
XYZ20.5931.8310.69-
YUV137.2689.48100.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 170 (66.80% from 255) = 50.30%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=29.29%
G=50.30%
B=20.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99170690.4200.590.33102.1842.2646.86
Hex63AA452A03B21662a2f
Octal14325210552073411465257
Binary110001110101010100010110101001110111000011100110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63AA45; }

 p { color: rgb(99,170,69); }

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

<style>
 a { background-color: #63AA45; }

 a { background-color: rgb(99,170,69); }

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

<style>
 span { border-color: #63AA45; }

 span { border-color: rgb(99,170,69); }

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