Html Css Color HEX #AAD082 Feijoa

📋 copy color: '#AAD082'

red 170 ◦ green 208 ◦ blue 130

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

Shades of Feijoa #AAD082

Tints of Feijoa #AAD082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.59%

R = 33.46%
G = 40.94%
B = 25.59%

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

#AAD082 (or 0xAAD082) is known color: Feijoa. HEX triplet: AA, D0 and 82. RGB value is (170,208,130). Sum of RGB (Red+Green+Blue) = 170+208+130=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD082 is #552F7D. Grayscale: #BCBCBC. Windows color (decimal): -5582718 or 8573098. OLE color: 8573098.

HSL color Cylindrical-coordinate representation of color #AAD082: hue angle of 89.23º degrees, saturation: 0.45, 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 #AAD082 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 130 -
CMYK 0.18 0 0.38 0.18
HSL 89.23º 0.45% 0.66% -
HSV(B) 89.23º 0.38% 0.82% -
XYZ 43.16 55.27 29.51 -
YUV 187.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 170 208 130 0.18 0 0.38 0.18 89.23 0.45 0.66
Hex AA D0 82 12 0 26 12 59 2D 42
Octal 252 320 202 22 0 46 22 131 55 102
Binary 10101010 11010000 10000010 10010 0 100110 10010 1011001 101101 1000010

Color Harmonies of #AAD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD082

Black with #AAD082

Text Example


Text Example

White with #AAD082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD082; }

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

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

background-color css

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

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

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

border-color css

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

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

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