Html Css Color HEX #AAD588 Feijoa

📋 copy color: '#AAD588'

red 170 ◦ green 213 ◦ blue 136

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

Shades of Feijoa #AAD588

Tints of Feijoa #AAD588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

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

R = 32.76%
G = 41.04%
B = 26.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#AAD588 (or 0xAAD588) is known color: Feijoa. HEX triplet: AA, D5 and 88. RGB value is (170,213,136). Sum of RGB (Red+Green+Blue) = 170+213+136=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD588 is #552A77. Grayscale: #BFBFBF. Windows color (decimal): -5581432 or 8967594. OLE color: 8967594.

HSL color Cylindrical-coordinate representation of color #AAD588: hue angle of 93.51º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAD588 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 136 -
CMYK 0.20 0 0.36 0.16
HSL 93.51º 0.48% 0.68% -
HSV(B) 93.51º 0.36% 0.84% -
XYZ 44.82 57.91 32.11 -
YUV 191.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 170 213 136 0.20 0 0.36 0.16 93.51 0.48 0.68
Hex AA D5 88 14 0 24 10 5E 30 44
Octal 252 325 210 24 0 44 20 136 60 104
Binary 10101010 11010101 10001000 10100 0 100100 10000 1011110 110000 1000100

Color Harmonies of #AAD588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD588

Black with #AAD588

Text Example


Text Example

White with #AAD588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD588; }

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

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

background-color css

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

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

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

border-color css

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

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

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