Html Css Color HEX #AADF96 Granny Smith Apple

📋 copy color: '#AADF96'

red 170 ◦ green 223 ◦ blue 150

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

Shades of Granny Smith Apple #AADF96

Tints of Granny Smith Apple #AADF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.62%

R = 31.31%
G = 41.07%
B = 27.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#AADF96 (or 0xAADF96) is known color: Granny Smith Apple. HEX triplet: AA, DF and 96. RGB value is (170,223,150). Sum of RGB (Red+Green+Blue) = 170+223+150=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF96 is #552069. Grayscale: #C7C7C7. Windows color (decimal): -5578858 or 9887658. OLE color: 9887658.

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

Color convert

RGB 170 223 150 -
CMYK 0.24 0 0.33 0.13
HSL 103.56º 0.53% 0.73% -
HSV(B) 103.56º 0.33% 0.87% -
XYZ 48.47 63.52 38.56 -
YUV 198.83 100.44 107.44 -
System Red Green Blue C M Y K H S L
Decimal 170 223 150 0.24 0 0.33 0.13 103.56 0.53 0.73
Hex AA DF 96 18 0 21 D 68 35 49
Octal 252 337 226 30 0 41 15 150 65 111
Binary 10101010 11011111 10010110 11000 0 100001 1101 1101000 110101 1001001

Color Harmonies of #AADF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF96

Black with #AADF96

Text Example


Text Example

White with #AADF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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