Html Css Color HEX #AAD898 Granny Smith Apple

📋 copy color: '#AAD898'

red 170 ◦ green 216 ◦ blue 152

#AAD898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #AAD898

Tints of Granny Smith Apple #AAD898

RGB

 RED value IS 170 (66.8% from 255) = 31.6%

 GREEN value IS 216 (84.77% from 255) = 40.15%

 BLUE value IS 152 (59.77% from 255) = 28.25%

R = 31.6%
G = 40.15%
B = 28.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#AAD898 (or 0xAAD898) is known color: Granny Smith Apple. HEX triplet: AA, D8 and 98. RGB value is (170,216,152). Sum of RGB (Red+Green+Blue) = 170+216+152=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD898 is #552767. Grayscale: #C3C3C3. Windows color (decimal): -5580648 or 10016938. OLE color: 10016938.

HSL color Cylindrical-coordinate representation of color #AAD898: hue angle of 103.12º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD898 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 152 -
CMYK 0.21 0 0.30 0.15
HSL 103.13º 0.45% 0.72% -
HSV(B) 103.13º 0.3% 0.85% -
XYZ 46.8 59.92 38.81 -
YUV 194.95 103.76 110.2 -
System Red Green Blue C M Y K H S L
Decimal 170 216 152 0.21 0 0.30 0.15 103.13 0.45 0.72
Hex AA D8 98 15 0 1E F 67 2D 48
Octal 252 330 230 25 0 36 17 147 55 110
Binary 10101010 11011000 10011000 10101 0 11110 1111 1100111 101101 1001000

Color Harmonies of #AAD898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD898

Black with #AAD898

Text Example


Text Example

White with #AAD898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD898; }

 p { color: rgb(170,216,152); }

 H1.HeaderClassName
 {
   color: #AAD898;
 }
 .AnyTagClassName
 {
   color: #AAD898;
 }
</style>

background-color css

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

 a { background-color: rgb(170,216,152); }

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

border-color css

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

 span { border-color: rgb(170,216,152); }

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