Html Css Color HEX #AAD28D Feijoa

📋 copy color: '#AAD28D'

red 170 ◦ green 210 ◦ blue 141

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

Shades of Feijoa #AAD28D

Tints of Feijoa #AAD28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 32.63%
G = 40.31%
B = 27.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#AAD28D (or 0xAAD28D) is known color: Feijoa. HEX triplet: AA, D2 and 8D. RGB value is (170,210,141). Sum of RGB (Red+Green+Blue) = 170+210+141=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD28D is #552D72. Grayscale: #BEBEBE. Windows color (decimal): -5582195 or 9294506. OLE color: 9294506.

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

Color convert

RGB 170 210 141 -
CMYK 0.19 0 0.33 0.18
HSL 94.78º 0.43% 0.69% -
HSV(B) 94.78º 0.33% 0.82% -
XYZ 44.43 56.56 33.78 -
YUV 190.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 170 210 141 0.19 0 0.33 0.18 94.78 0.43 0.69
Hex AA D2 8D 13 0 21 12 5F 2B 45
Octal 252 322 215 23 0 41 22 137 53 105
Binary 10101010 11010010 10001101 10011 0 100001 10010 1011111 101011 1000101

Color Harmonies of #AAD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD28D

Black with #AAD28D

Text Example


Text Example

White with #AAD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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