Html Css Color HEX #AAD88F Feijoa

📋 copy color: '#AAD88F'

red 170 ◦ green 216 ◦ blue 143

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

Shades of Feijoa #AAD88F

Tints of Feijoa #AAD88F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.83%

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 32.14%
G = 40.83%
B = 27.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#AAD88F (or 0xAAD88F) is known color: Feijoa. HEX triplet: AA, D8 and 8F. RGB value is (170,216,143). Sum of RGB (Red+Green+Blue) = 170+216+143=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD88F is #552770. Grayscale: #C2C2C2. Windows color (decimal): -5580657 or 9427114. OLE color: 9427114.

HSL color Cylindrical-coordinate representation of color #AAD88F: hue angle of 97.81º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAD88F is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 143 -
CMYK 0.21 0 0.34 0.15
HSL 97.81º 0.48% 0.7% -
HSV(B) 97.81º 0.34% 0.85% -
XYZ 46.09 59.64 35.07 -
YUV 193.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 170 216 143 0.21 0 0.34 0.15 97.81 0.48 0.7
Hex AA D8 8F 15 0 22 F 62 30 46
Octal 252 330 217 25 0 42 17 142 60 106
Binary 10101010 11011000 10001111 10101 0 100010 1111 1100010 110000 1000110

Color Harmonies of #AAD88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD88F

Black with #AAD88F

Text Example


Text Example

White with #AAD88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD88F; }

 p { color: rgb(170,216,143); }

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

background-color css

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

 a { background-color: rgb(170,216,143); }

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

border-color css

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

 span { border-color: rgb(170,216,143); }

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