#A1D698

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

Shades of Granny Smith Apple #A1D698

Tints of Granny Smith Apple #A1D698

Color information

#A1D698 (or 0xA1D698) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D6 and 98. RGB value is (161,214,152). Sum of RGB (Red+Green+Blue) = 161+214+152=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D698 is #5E2967. Grayscale: #BFBFBF. Windows color (decimal): -6170984 or 10016417. OLE color: 10016417.

HSL color Cylindrical-coordinate representation of color #A1D698: hue angle of 111.29º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1D698 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB161214152-
CMYK0.2500.290.16
HSL111.29º43.06%71.76%-
HSV(B)111.29º28.97%83.92%-
XYZ44.4157.9438.55-
YUV191.08105.94106.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=30.55%
G=40.61%
B=28.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141520.2500.290.16111.2943.0671.76
HexA1D6981901D106f2b48
Octal241326230310352015753110
Binary101000011101011010011000110010111011000011011111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D698; }

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

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

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

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

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

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

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

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