Html Css Color HEX #AAD08D Feijoa

📋 copy color: '#AAD08D'

red 170 ◦ green 208 ◦ blue 141

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

Shades of Feijoa #AAD08D

Tints of Feijoa #AAD08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.08%

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 32.76%
G = 40.08%
B = 27.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#AAD08D (or 0xAAD08D) is known color: Feijoa. HEX triplet: AA, D0 and 8D. RGB value is (170,208,141). Sum of RGB (Red+Green+Blue) = 170+208+141=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD08D is #552F72. Grayscale: #BDBDBD. Windows color (decimal): -5582707 or 9293994. OLE color: 9293994.

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

Color convert

RGB 170 208 141 -
CMYK 0.18 0 0.32 0.18
HSL 94.03º 0.42% 0.68% -
HSV(B) 94.03º 0.32% 0.82% -
XYZ 43.94 55.58 33.61 -
YUV 189 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 170 208 141 0.18 0 0.32 0.18 94.03 0.42 0.68
Hex AA D0 8D 12 0 20 12 5E 2A 44
Octal 252 320 215 22 0 40 22 136 52 104
Binary 10101010 11010000 10001101 10010 0 100000 10010 1011110 101010 1000100

Color Harmonies of #AAD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD08D

Black with #AAD08D

Text Example


Text Example

White with #AAD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD08D; }

 p { color: rgb(170,208,141); }

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

background-color css

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

 a { background-color: rgb(170,208,141); }

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

border-color css

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

 span { border-color: rgb(170,208,141); }

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