#A5D298

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

Shades of Granny Smith Apple #A5D298

Tints of Granny Smith Apple #A5D298

Color information

#A5D298 (or 0xA5D298) is unknown color: approx Granny Smith Apple. HEX triplet: A5, D2 and 98. RGB value is (165,210,152). Sum of RGB (Red+Green+Blue) = 165+210+152=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D298 is #5A2D67. Grayscale: #BEBEBE. Windows color (decimal): -5909864 or 10015397. OLE color: 10015397.

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

Color convert

RGB165210152-
CMYK0.2100.280.18
HSL106.55º39.19%70.98%-
HSV(B)106.55º27.62%82.35%-
XYZ44.2356.3638.25-
YUV189.93106.59110.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=31.31%
G=39.85%
B=28.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101520.2100.280.18106.5539.1970.98
HexA5D2981501C126b2747
Octal245322230250342215347107
Binary101001011101001010011000101010111001001011010111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D298; }

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

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

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

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

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

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

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

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