Html Css Color HEX #AAD97D Feijoa

📋 copy color: '#AAD97D'

red 170 ◦ green 217 ◦ blue 125

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

Shades of Feijoa #AAD97D

Tints of Feijoa #AAD97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 33.2%
G = 42.38%
B = 24.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#AAD97D (or 0xAAD97D) is known color: Feijoa. HEX triplet: AA, D9 and 7D. RGB value is (170,217,125). Sum of RGB (Red+Green+Blue) = 170+217+125=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD97D is #552682. Grayscale: #C0C0C0. Windows color (decimal): -5580419 or 8247722. OLE color: 8247722.

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

Color convert

RGB 170 217 125 -
CMYK 0.22 0 0.42 0.15
HSL 90.65º 0.55% 0.67% -
HSV(B) 90.65º 0.42% 0.85% -
XYZ 45.09 59.65 28.54 -
YUV 192.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 170 217 125 0.22 0 0.42 0.15 90.65 0.55 0.67
Hex AA D9 7D 16 0 2A F 5B 37 43
Octal 252 331 175 26 0 52 17 133 67 103
Binary 10101010 11011001 1111101 10110 0 101010 1111 1011011 110111 1000011

Color Harmonies of #AAD97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD97D

Black with #AAD97D

Text Example


Text Example

White with #AAD97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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