Html Css Color HEX #AAD291 Feijoa

📋 copy color: '#AAD291'

red 170 ◦ green 210 ◦ blue 145

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

Shades of Feijoa #AAD291

Tints of Feijoa #AAD291

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40%

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

R = 32.38%
G = 40%
B = 27.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#AAD291 (or 0xAAD291) is known color: Feijoa. HEX triplet: AA, D2 and 91. RGB value is (170,210,145). Sum of RGB (Red+Green+Blue) = 170+210+145=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD291 is #552D6E. Grayscale: #BEBEBE. Windows color (decimal): -5582191 or 9556650. OLE color: 9556650.

HSL color Cylindrical-coordinate representation of color #AAD291: hue angle of 96.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD291 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 145 -
CMYK 0.19 0 0.31 0.18
HSL 96.92º 0.42% 0.7% -
HSV(B) 96.92º 0.31% 0.82% -
XYZ 44.74 56.68 35.37 -
YUV 190.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 170 210 145 0.19 0 0.31 0.18 96.92 0.42 0.7
Hex AA D2 91 13 0 1F 12 61 2A 46
Octal 252 322 221 23 0 37 22 141 52 106
Binary 10101010 11010010 10010001 10011 0 11111 10010 1100001 101010 1000110

Color Harmonies of #AAD291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD291

Black with #AAD291

Text Example


Text Example

White with #AAD291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD291; }

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

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

background-color css

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

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

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

border-color css

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

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

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