Html Css Color HEX #AADF99 Granny Smith Apple

📋 copy color: '#AADF99'

red 170 ◦ green 223 ◦ blue 153

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

Shades of Granny Smith Apple #AADF99

Tints of Granny Smith Apple #AADF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.02%

R = 31.14%
G = 40.84%
B = 28.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#AADF99 (or 0xAADF99) is known color: Granny Smith Apple. HEX triplet: AA, DF and 99. RGB value is (170,223,153). Sum of RGB (Red+Green+Blue) = 170+223+153=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF99 is #552066. Grayscale: #C7C7C7. Windows color (decimal): -5578855 or 10084266. OLE color: 10084266.

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

Color convert

RGB 170 223 153 -
CMYK 0.24 0 0.31 0.13
HSL 105.43º 0.52% 0.74% -
HSV(B) 105.43º 0.31% 0.87% -
XYZ 48.72 63.62 39.85 -
YUV 199.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 170 223 153 0.24 0 0.31 0.13 105.43 0.52 0.74
Hex AA DF 99 18 0 1F D 69 34 4A
Octal 252 337 231 30 0 37 15 151 64 112
Binary 10101010 11011111 10011001 11000 0 11111 1101 1101001 110100 1001010

Color Harmonies of #AADF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF99

Black with #AADF99

Text Example


Text Example

White with #AADF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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