#A1D098

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

Shades of Granny Smith Apple #A1D098

Tints of Granny Smith Apple #A1D098

Color information

#A1D098 (or 0xA1D098) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D0 and 98. RGB value is (161,208,152). Sum of RGB (Red+Green+Blue) = 161+208+152=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D098 is #5E2F67. Grayscale: #BBBBBB. Windows color (decimal): -6172520 or 10014881. OLE color: 10014881.

HSL color Cylindrical-coordinate representation of color #A1D098: hue angle of 110.36º degrees, saturation: 0.37, 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 #A1D098 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB161208152-
CMYK0.2300.270.18
HSL110.36º37.33%70.59%-
HSV(B)110.36º26.92%81.57%-
XYZ42.9254.9638.05-
YUV187.56107.93109.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=30.90%
G=39.92%
B=29.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081520.2300.270.18110.3637.3370.59
HexA1D0981701B126e2547
Octal241320230270332215645107
Binary101000011101000010011000101110110111001011011101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D098; }

 p { color: rgb(161,208,152); }

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

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

 a { background-color: rgb(161,208,152); }

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

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

 span { border-color: rgb(161,208,152); }

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