Html Css Color HEX #AAD992 Feijoa

📋 copy color: '#AAD992'

red 170 ◦ green 217 ◦ blue 146

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

Shades of Feijoa #AAD992

Tints of Feijoa #AAD992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.71%

 BLUE value IS 146 (57.42% from 255) = 27.39%

R = 31.89%
G = 40.71%
B = 27.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#AAD992 (or 0xAAD992) is known color: Feijoa. HEX triplet: AA, D9 and 92. RGB value is (170,217,146). Sum of RGB (Red+Green+Blue) = 170+217+146=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD992 is #55266D. Grayscale: #C3C3C3. Windows color (decimal): -5580398 or 9623978. OLE color: 9623978.

HSL color Cylindrical-coordinate representation of color #AAD992: hue angle of 99.72º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD992 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 146 -
CMYK 0.22 0 0.33 0.15
HSL 99.72º 0.48% 0.71% -
HSV(B) 99.72º 0.33% 0.85% -
XYZ 46.58 60.25 36.37 -
YUV 194.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 170 217 146 0.22 0 0.33 0.15 99.72 0.48 0.71
Hex AA D9 92 16 0 21 F 64 30 47
Octal 252 331 222 26 0 41 17 144 60 107
Binary 10101010 11011001 10010010 10110 0 100001 1111 1100100 110000 1000111

Color Harmonies of #AAD992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD992

Black with #AAD992

Text Example


Text Example

White with #AAD992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD992; }

 p { color: rgb(170,217,146); }

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

background-color css

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

 a { background-color: rgb(170,217,146); }

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

border-color css

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

 span { border-color: rgb(170,217,146); }

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