Html Css Color HEX #AAD973 Feijoa

📋 copy color: '#AAD973'

red 170 ◦ green 217 ◦ blue 115

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

Shades of Feijoa #AAD973

Tints of Feijoa #AAD973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.91%

R = 33.86%
G = 43.23%
B = 22.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#AAD973 (or 0xAAD973) is known color: Feijoa. HEX triplet: AA, D9 and 73. RGB value is (170,217,115). Sum of RGB (Red+Green+Blue) = 170+217+115=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD973 is #55268C. Grayscale: #BFBFBF. Windows color (decimal): -5580429 or 7592362. OLE color: 7592362.

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

Color convert

RGB 170 217 115 -
CMYK 0.22 0 0.47 0.15
HSL 87.65º 0.57% 0.65% -
HSV(B) 87.65º 0.47% 0.85% -
XYZ 44.48 59.41 25.34 -
YUV 191.32 84.93 112.79 -
System Red Green Blue C M Y K H S L
Decimal 170 217 115 0.22 0 0.47 0.15 87.65 0.57 0.65
Hex AA D9 73 16 0 2F F 58 39 41
Octal 252 331 163 26 0 57 17 130 71 101
Binary 10101010 11011001 1110011 10110 0 101111 1111 1011000 111001 1000001

Color Harmonies of #AAD973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD973

Black with #AAD973

Text Example


Text Example

White with #AAD973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD973; }

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

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

background-color css

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

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

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

border-color css

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

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

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