Html Css Color HEX #AADF97 Granny Smith Apple

📋 copy color: '#AADF97'

red 170 ◦ green 223 ◦ blue 151

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

Shades of Granny Smith Apple #AADF97

Tints of Granny Smith Apple #AADF97

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.99%

 BLUE value IS 151 (59.38% from 255) = 27.76%

R = 31.25%
G = 40.99%
B = 27.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#AADF97 (or 0xAADF97) is known color: Granny Smith Apple. HEX triplet: AA, DF and 97. RGB value is (170,223,151). Sum of RGB (Red+Green+Blue) = 170+223+151=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF97 is #552068. Grayscale: #C7C7C7. Windows color (decimal): -5578857 or 9953194. OLE color: 9953194.

HSL color Cylindrical-coordinate representation of color #AADF97: hue angle of 104.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADF97 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 151 -
CMYK 0.24 0 0.32 0.13
HSL 104.17º 0.53% 0.73% -
HSV(B) 104.17º 0.32% 0.87% -
XYZ 48.55 63.56 38.99 -
YUV 198.95 100.94 107.35 -
System Red Green Blue C M Y K H S L
Decimal 170 223 151 0.24 0 0.32 0.13 104.17 0.53 0.73
Hex AA DF 97 18 0 20 D 68 35 49
Octal 252 337 227 30 0 40 15 150 65 111
Binary 10101010 11011111 10010111 11000 0 100000 1101 1101000 110101 1001001

Color Harmonies of #AADF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF97

Black with #AADF97

Text Example


Text Example

White with #AADF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF97; }

 p { color: rgb(170,223,151); }

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

background-color css

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

 a { background-color: rgb(170,223,151); }

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

border-color css

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

 span { border-color: rgb(170,223,151); }

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