Html Css Color HEX #AAD091 Feijoa

📋 copy color: '#AAD091'

red 170 ◦ green 208 ◦ blue 145

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

Shades of Feijoa #AAD091

Tints of Feijoa #AAD091

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.77%

 BLUE value IS 145 (57.03% from 255) = 27.72%

R = 32.5%
G = 39.77%
B = 27.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#AAD091 (or 0xAAD091) is known color: Feijoa. HEX triplet: AA, D0 and 91. RGB value is (170,208,145). Sum of RGB (Red+Green+Blue) = 170+208+145=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD091 is #552F6E. Grayscale: #BDBDBD. Windows color (decimal): -5582703 or 9556138. OLE color: 9556138.

HSL color Cylindrical-coordinate representation of color #AAD091: hue angle of 96.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD091 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 145 -
CMYK 0.18 0 0.30 0.18
HSL 96.19º 0.4% 0.69% -
HSV(B) 96.19º 0.3% 0.82% -
XYZ 44.24 55.7 35.21 -
YUV 189.46 102.91 114.12 -
System Red Green Blue C M Y K H S L
Decimal 170 208 145 0.18 0 0.30 0.18 96.19 0.4 0.69
Hex AA D0 91 12 0 1E 12 60 28 45
Octal 252 320 221 22 0 36 22 140 50 105
Binary 10101010 11010000 10010001 10010 0 11110 10010 1100000 101000 1000101

Color Harmonies of #AAD091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD091

Black with #AAD091

Text Example


Text Example

White with #AAD091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD091; }

 p { color: rgb(170,208,145); }

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

background-color css

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

 a { background-color: rgb(170,208,145); }

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

border-color css

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

 span { border-color: rgb(170,208,145); }

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