#A4D99B

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

Shades of Granny Smith Apple #A4D99B

Tints of Granny Smith Apple #A4D99B

Color information

#A4D99B (or 0xA4D99B) is unknown color: approx Granny Smith Apple. HEX triplet: A4, D9 and 9B. RGB value is (164,217,155). Sum of RGB (Red+Green+Blue) = 164+217+155=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D99B is #5B2664. Grayscale: #C2C2C2. Windows color (decimal): -5973605 or 10213796. OLE color: 10213796.

HSL color Cylindrical-coordinate representation of color #A4D99B: hue angle of 111.29º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4D99B is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB164217155-
CMYK0.2400.290.15
HSL111.29º44.93%72.94%-
HSV(B)111.29º28.57%85.1%-
XYZ46.0459.8840.14-
YUV194.08105.94106.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=30.60%
G=40.49%
B=28.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642171550.2400.290.15111.2944.9372.94
HexA4D99B1801DF6f2d49
Octal244331233300351715755111
Binary10100100110110011001101111000011101111111011111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D99B; }

 p { color: rgb(164,217,155); }

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

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

 a { background-color: rgb(164,217,155); }

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

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

 span { border-color: rgb(164,217,155); }

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