Html Css Color HEX #AAD288 Feijoa

📋 copy color: '#AAD288'

red 170 ◦ green 210 ◦ blue 136

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

Shades of Feijoa #AAD288

Tints of Feijoa #AAD288

RGB

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

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

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

R = 32.95%
G = 40.7%
B = 26.36%

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

#AAD288 (or 0xAAD288) is known color: Feijoa. HEX triplet: AA, D2 and 88. RGB value is (170,210,136). Sum of RGB (Red+Green+Blue) = 170+210+136=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD288 is #552D77. Grayscale: #BDBDBD. Windows color (decimal): -5582200 or 8966826. OLE color: 8966826.

HSL color Cylindrical-coordinate representation of color #AAD288: hue angle of 92.43º degrees, saturation: 0.45, 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 #AAD288 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 136 -
CMYK 0.19 0 0.35 0.18
HSL 92.43º 0.45% 0.68% -
HSV(B) 92.43º 0.35% 0.82% -
XYZ 44.07 56.42 31.86 -
YUV 189.6 97.75 114.02 -
System Red Green Blue C M Y K H S L
Decimal 170 210 136 0.19 0 0.35 0.18 92.43 0.45 0.68
Hex AA D2 88 13 0 23 12 5C 2D 44
Octal 252 322 210 23 0 43 22 134 55 104
Binary 10101010 11010010 10001000 10011 0 100011 10010 1011100 101101 1000100

Color Harmonies of #AAD288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD288

Black with #AAD288

Text Example


Text Example

White with #AAD288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD288; }

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

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

background-color css

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

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

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

border-color css

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

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

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