#63AF4A

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

Shades of Apple #63AF4A

Tints of Apple #63AF4A

Color information

#63AF4A (or 0x63AF4A) is unknown color: approx Apple. HEX triplet: 63, AF and 4A. RGB value is (99,175,74). Sum of RGB (Red+Green+Blue) = 99+175+74=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AF4A is #9C50B5. Grayscale: #8D8D8D. Windows color (decimal): -10244278 or 4894563. OLE color: 4894563.

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

Color convert

RGB9917574-
CMYK0.4300.580.31
HSL105.15º40.56%48.82%-
HSV(B)105.15º57.71%68.63%-
XYZ21.7133.8111.86-
YUV140.7690.3298.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=28.45%
G=50.29%
B=21.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99175740.4300.580.31105.1540.5648.82
Hex63AF4A2B03A1F692931
Octal14325711253072371515161
Binary11000111010111110010101010110111010111111101001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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