Html Css Color HEX #AAD188 Feijoa

📋 copy color: '#AAD188'

red 170 ◦ green 209 ◦ blue 136

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

Shades of Feijoa #AAD188

Tints of Feijoa #AAD188

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

 BLUE value IS 136 (53.52% from 255) = 26.41%

R = 33.01%
G = 40.58%
B = 26.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#AAD188 (or 0xAAD188) is known color: Feijoa. HEX triplet: AA, D1 and 88. RGB value is (170,209,136). Sum of RGB (Red+Green+Blue) = 170+209+136=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD188 is #552E77. Grayscale: #BDBDBD. Windows color (decimal): -5582456 or 8966570. OLE color: 8966570.

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

Color convert

RGB 170 209 136 -
CMYK 0.19 0 0.35 0.18
HSL 92.05º 0.44% 0.68% -
HSV(B) 92.05º 0.35% 0.82% -
XYZ 43.82 55.92 31.78 -
YUV 189.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 170 209 136 0.19 0 0.35 0.18 92.05 0.44 0.68
Hex AA D1 88 13 0 23 12 5C 2C 44
Octal 252 321 210 23 0 43 22 134 54 104
Binary 10101010 11010001 10001000 10011 0 100011 10010 1011100 101100 1000100

Color Harmonies of #AAD188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD188

Black with #AAD188

Text Example


Text Example

White with #AAD188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD188; }

 p { color: rgb(170,209,136); }

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

background-color css

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

 a { background-color: rgb(170,209,136); }

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

border-color css

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

 span { border-color: rgb(170,209,136); }

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