Html Css Color HEX #AAD080 Feijoa

📋 copy color: '#AAD080'

red 170 ◦ green 208 ◦ blue 128

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

Shades of Feijoa #AAD080

Tints of Feijoa #AAD080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.3%

R = 33.6%
G = 41.11%
B = 25.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#AAD080 (or 0xAAD080) is known color: Feijoa. HEX triplet: AA, D0 and 80. RGB value is (170,208,128). Sum of RGB (Red+Green+Blue) = 170+208+128=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD080 is #552F7F. Grayscale: #BBBBBB. Windows color (decimal): -5582720 or 8442026. OLE color: 8442026.

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

Color convert

RGB 170 208 128 -
CMYK 0.18 0 0.38 0.18
HSL 88.5º 0.46% 0.66% -
HSV(B) 88.5º 0.38% 0.82% -
XYZ 43.03 55.22 28.81 -
YUV 187.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 170 208 128 0.18 0 0.38 0.18 88.5 0.46 0.66
Hex AA D0 80 12 0 26 12 58 2E 42
Octal 252 320 200 22 0 46 22 130 56 102
Binary 10101010 11010000 10000000 10010 0 100110 10010 1011000 101110 1000010

Color Harmonies of #AAD080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD080

Black with #AAD080

Text Example


Text Example

White with #AAD080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD080; }

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

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

background-color css

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

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

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

border-color css

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

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

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