Html Css Color HEX #AAD798 Granny Smith Apple

📋 copy color: '#AAD798'

red 170 ◦ green 215 ◦ blue 152

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

Shades of Granny Smith Apple #AAD798

Tints of Granny Smith Apple #AAD798

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.04%

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

R = 31.66%
G = 40.04%
B = 28.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#AAD798 (or 0xAAD798) is known color: Granny Smith Apple. HEX triplet: AA, D7 and 98. RGB value is (170,215,152). Sum of RGB (Red+Green+Blue) = 170+215+152=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD798 is #552867. Grayscale: #C2C2C2. Windows color (decimal): -5580904 or 10016682. OLE color: 10016682.

HSL color Cylindrical-coordinate representation of color #AAD798: hue angle of 102.86º degrees, saturation: 0.44, 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 #AAD798 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 152 -
CMYK 0.21 0 0.29 0.16
HSL 102.86º 0.44% 0.72% -
HSV(B) 102.86º 0.29% 0.84% -
XYZ 46.55 59.41 38.72 -
YUV 194.36 104.09 110.62 -
System Red Green Blue C M Y K H S L
Decimal 170 215 152 0.21 0 0.29 0.16 102.86 0.44 0.72
Hex AA D7 98 15 0 1D 10 67 2C 48
Octal 252 327 230 25 0 35 20 147 54 110
Binary 10101010 11010111 10011000 10101 0 11101 10000 1100111 101100 1001000

Color Harmonies of #AAD798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD798

Black with #AAD798

Text Example


Text Example

White with #AAD798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD798; }

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

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

background-color css

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

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

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

border-color css

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

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

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