Html Css Color HEX #AAD28A Feijoa

📋 copy color: '#AAD28A'

red 170 ◦ green 210 ◦ blue 138

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

Shades of Feijoa #AAD28A

Tints of Feijoa #AAD28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 32.82%
G = 40.54%
B = 26.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#AAD28A (or 0xAAD28A) is known color: Feijoa. HEX triplet: AA, D2 and 8A. RGB value is (170,210,138). Sum of RGB (Red+Green+Blue) = 170+210+138=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD28A is #552D75. Grayscale: #BEBEBE. Windows color (decimal): -5582198 or 9097898. OLE color: 9097898.

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

Color convert

RGB 170 210 138 -
CMYK 0.19 0 0.34 0.18
HSL 93.33º 0.44% 0.68% -
HSV(B) 93.33º 0.34% 0.82% -
XYZ 44.21 56.47 32.62 -
YUV 189.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 170 210 138 0.19 0 0.34 0.18 93.33 0.44 0.68
Hex AA D2 8A 13 0 22 12 5D 2C 44
Octal 252 322 212 23 0 42 22 135 54 104
Binary 10101010 11010010 10001010 10011 0 100010 10010 1011101 101100 1000100

Color Harmonies of #AAD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD28A

Black with #AAD28A

Text Example


Text Example

White with #AAD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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