#A4D495

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

Shades of Granny Smith Apple #A4D495

Tints of Granny Smith Apple #A4D495

Color information

#A4D495 (or 0xA4D495) is unknown color: approx Granny Smith Apple. HEX triplet: A4, D4 and 95. RGB value is (164,212,149). Sum of RGB (Red+Green+Blue) = 164+212+149=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D495 is #5B2B6A. Grayscale: #BEBEBE. Windows color (decimal): -5974891 or 9819300. OLE color: 9819300.

HSL color Cylindrical-coordinate representation of color #A4D495: hue angle of 105.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4D495 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB164212149-
CMYK0.2300.300.17
HSL105.71º42.28%70.78%-
HSV(B)105.71º29.72%83.14%-
XYZ44.2857.1537.13-
YUV190.47104.6109.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 212 (83.20% from 255) = 40.38%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=31.24%
G=40.38%
B=28.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642121490.2300.300.17105.7142.2870.78
HexA4D4951701E116a2a47
Octal244324225270362115252107
Binary101001001101010010010101101110111101000111010101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D495; }

 p { color: rgb(164,212,149); }

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

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

 a { background-color: rgb(164,212,149); }

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

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

 span { border-color: rgb(164,212,149); }

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