Html Css Color HEX #AAD08C Feijoa

📋 copy color: '#AAD08C'

red 170 ◦ green 208 ◦ blue 140

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

Shades of Feijoa #AAD08C

Tints of Feijoa #AAD08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 32.82%
G = 40.15%
B = 27.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#AAD08C (or 0xAAD08C) is known color: Feijoa. HEX triplet: AA, D0 and 8C. RGB value is (170,208,140). Sum of RGB (Red+Green+Blue) = 170+208+140=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD08C is #552F73. Grayscale: #BDBDBD. Windows color (decimal): -5582708 or 9228458. OLE color: 9228458.

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

Color convert

RGB 170 208 140 -
CMYK 0.18 0 0.33 0.18
HSL 93.53º 0.42% 0.68% -
HSV(B) 93.53º 0.33% 0.82% -
XYZ 43.87 55.55 33.22 -
YUV 188.89 100.41 114.53 -
System Red Green Blue C M Y K H S L
Decimal 170 208 140 0.18 0 0.33 0.18 93.53 0.42 0.68
Hex AA D0 8C 12 0 21 12 5E 2A 44
Octal 252 320 214 22 0 41 22 136 52 104
Binary 10101010 11010000 10001100 10010 0 100001 10010 1011110 101010 1000100

Color Harmonies of #AAD08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD08C

Black with #AAD08C

Text Example


Text Example

White with #AAD08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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