Html Css Color HEX #AAD788 Feijoa

📋 copy color: '#AAD788'

red 170 ◦ green 215 ◦ blue 136

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

Shades of Feijoa #AAD788

Tints of Feijoa #AAD788

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.27%

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

R = 32.63%
G = 41.27%
B = 26.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#AAD788 (or 0xAAD788) is known color: Feijoa. HEX triplet: AA, D7 and 88. RGB value is (170,215,136). Sum of RGB (Red+Green+Blue) = 170+215+136=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD788 is #552877. Grayscale: #C0C0C0. Windows color (decimal): -5580920 or 8968106. OLE color: 8968106.

HSL color Cylindrical-coordinate representation of color #AAD788: hue angle of 94.18º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAD788 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 136 -
CMYK 0.21 0 0.37 0.16
HSL 94.18º 0.5% 0.69% -
HSV(B) 94.18º 0.37% 0.84% -
XYZ 45.32 58.92 32.28 -
YUV 192.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 170 215 136 0.21 0 0.37 0.16 94.18 0.5 0.69
Hex AA D7 88 15 0 25 10 5E 32 45
Octal 252 327 210 25 0 45 20 136 62 105
Binary 10101010 11010111 10001000 10101 0 100101 10000 1011110 110010 1000101

Color Harmonies of #AAD788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD788

Black with #AAD788

Text Example


Text Example

White with #AAD788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD788; }

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

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

background-color css

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

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

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

border-color css

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

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

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