Html Css Color HEX #AAD08F Feijoa

📋 copy color: '#AAD08F'

red 170 ◦ green 208 ◦ blue 143

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

Shades of Feijoa #AAD08F

Tints of Feijoa #AAD08F

RGB

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

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

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

R = 32.63%
G = 39.92%
B = 27.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#AAD08F (or 0xAAD08F) is known color: Feijoa. HEX triplet: AA, D0 and 8F. RGB value is (170,208,143). Sum of RGB (Red+Green+Blue) = 170+208+143=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD08F is #552F70. Grayscale: #BDBDBD. Windows color (decimal): -5582705 or 9425066. OLE color: 9425066.

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

Color convert

RGB 170 208 143 -
CMYK 0.18 0 0.31 0.18
HSL 95.08º 0.41% 0.69% -
HSV(B) 95.08º 0.31% 0.82% -
XYZ 44.09 55.64 34.4 -
YUV 189.23 101.91 114.29 -
System Red Green Blue C M Y K H S L
Decimal 170 208 143 0.18 0 0.31 0.18 95.08 0.41 0.69
Hex AA D0 8F 12 0 1F 12 5F 29 45
Octal 252 320 217 22 0 37 22 137 51 105
Binary 10101010 11010000 10001111 10010 0 11111 10010 1011111 101001 1000101

Color Harmonies of #AAD08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD08F

Black with #AAD08F

Text Example


Text Example

White with #AAD08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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