#63AF5A

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

Shades of Apple #63AF5A

Tints of Apple #63AF5A

Color information

#63AF5A (or 0x63AF5A) is unknown color: approx Apple. HEX triplet: 63, AF and 5A. RGB value is (99,175,90). Sum of RGB (Red+Green+Blue) = 99+175+90=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF5A is #9C50A5. Grayscale: #8E8E8E. Windows color (decimal): -10244262 or 5943139. OLE color: 5943139.

HSL color Cylindrical-coordinate representation of color #63AF5A: hue angle of 113.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63AF5A is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB9917590-
CMYK0.4300.490.31
HSL113.65º34.69%51.96%-
HSV(B)113.65º48.57%68.63%-
XYZ22.3234.0515.07-
YUV142.5998.3296.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 175 (68.75% from 255) = 48.08%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=27.20%
G=48.08%
B=24.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99175900.4300.490.31113.6534.6951.96
Hex63AF5A2B0311F722334
Octal14325713253061371624364
Binary11000111010111110110101010110110001111111110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,175,90); }

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

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

 a { background-color: rgb(99,175,90); }

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

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

 span { border-color: rgb(99,175,90); }

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