Html Css Color HEX #AADF9B Granny Smith Apple

📋 copy color: '#AADF9B'

red 170 ◦ green 223 ◦ blue 155

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

Shades of Granny Smith Apple #AADF9B

Tints of Granny Smith Apple #AADF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.28%

R = 31.02%
G = 40.69%
B = 28.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#AADF9B (or 0xAADF9B) is known color: Granny Smith Apple. HEX triplet: AA, DF and 9B. RGB value is (170,223,155). Sum of RGB (Red+Green+Blue) = 170+223+155=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF9B is #552064. Grayscale: #C7C7C7. Windows color (decimal): -5578853 or 10215338. OLE color: 10215338.

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

Color convert

RGB 170 223 155 -
CMYK 0.24 0 0.30 0.13
HSL 106.76º 0.52% 0.74% -
HSV(B) 106.76º 0.3% 0.87% -
XYZ 48.88 63.69 40.73 -
YUV 199.4 102.94 107.03 -
System Red Green Blue C M Y K H S L
Decimal 170 223 155 0.24 0 0.30 0.13 106.76 0.52 0.74
Hex AA DF 9B 18 0 1E D 6B 34 4A
Octal 252 337 233 30 0 36 15 153 64 112
Binary 10101010 11011111 10011011 11000 0 11110 1101 1101011 110100 1001010

Color Harmonies of #AADF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF9B

Black with #AADF9B

Text Example


Text Example

White with #AADF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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