#A5D198

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

Shades of Granny Smith Apple #A5D198

Tints of Granny Smith Apple #A5D198

Color information

#A5D198 (or 0xA5D198) is unknown color: approx Granny Smith Apple. HEX triplet: A5, D1 and 98. RGB value is (165,209,152). Sum of RGB (Red+Green+Blue) = 165+209+152=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D198 is #5A2E67. Grayscale: #BDBDBD. Windows color (decimal): -5910120 or 10015141. OLE color: 10015141.

HSL color Cylindrical-coordinate representation of color #A5D198: hue angle of 106.32º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5D198 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB165209152-
CMYK0.2100.270.18
HSL106.32º38.26%70.78%-
HSV(B)106.32º27.27%81.96%-
XYZ43.9955.8738.17-
YUV189.35106.92110.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=31.37%
G=39.73%
B=28.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652091520.2100.270.18106.3238.2670.78
HexA5D1981501B126a2647
Octal245321230250332215246107
Binary101001011101000110011000101010110111001011010101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D198; }

 p { color: rgb(165,209,152); }

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

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

 a { background-color: rgb(165,209,152); }

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

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

 span { border-color: rgb(165,209,152); }

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