Html Css Color HEX #AAD08A Feijoa

📋 copy color: '#AAD08A'

red 170 ◦ green 208 ◦ blue 138

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

Shades of Feijoa #AAD08A

Tints of Feijoa #AAD08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 32.95%
G = 40.31%
B = 26.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#AAD08A (or 0xAAD08A) is known color: Feijoa. HEX triplet: AA, D0 and 8A. RGB value is (170,208,138). Sum of RGB (Red+Green+Blue) = 170+208+138=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD08A is #552F75. Grayscale: #BCBCBC. Windows color (decimal): -5582710 or 9097386. OLE color: 9097386.

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

Color convert

RGB 170 208 138 -
CMYK 0.18 0 0.34 0.18
HSL 92.57º 0.43% 0.68% -
HSV(B) 92.57º 0.34% 0.82% -
XYZ 43.72 55.49 32.45 -
YUV 188.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 170 208 138 0.18 0 0.34 0.18 92.57 0.43 0.68
Hex AA D0 8A 12 0 22 12 5D 2B 44
Octal 252 320 212 22 0 42 22 135 53 104
Binary 10101010 11010000 10001010 10010 0 100010 10010 1011101 101011 1000100

Color Harmonies of #AAD08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD08A

Black with #AAD08A

Text Example


Text Example

White with #AAD08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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