Html Css Color HEX #AAE982 Feijoa

📋 copy color: '#AAE982'

red 170 ◦ green 233 ◦ blue 130

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

Shades of Feijoa #AAE982

Tints of Feijoa #AAE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.71%

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

R = 31.89%
G = 43.71%
B = 24.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#AAE982 (or 0xAAE982) is known color: Feijoa. HEX triplet: AA, E9 and 82. RGB value is (170,233,130). Sum of RGB (Red+Green+Blue) = 170+233+130=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE982 is #55167D. Grayscale: #CACACA. Windows color (decimal): -5576318 or 8579498. OLE color: 8579498.

HSL color Cylindrical-coordinate representation of color #AAE982: hue angle of 96.7º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE982 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 130 -
CMYK 0.27 0 0.44 0.09
HSL 96.7º 0.7% 0.71% -
HSV(B) 96.7º 0.44% 0.91% -
XYZ 49.75 68.44 31.71 -
YUV 202.42 87.13 104.88 -
System Red Green Blue C M Y K H S L
Decimal 170 233 130 0.27 0 0.44 0.09 96.7 0.7 0.71
Hex AA E9 82 1B 0 2C 9 61 46 47
Octal 252 351 202 33 0 54 11 141 106 107
Binary 10101010 11101001 10000010 11011 0 101100 1001 1100001 1000110 1000111

Color Harmonies of #AAE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE982

Black with #AAE982

Text Example


Text Example

White with #AAE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE982; }

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

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

background-color css

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

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

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

border-color css

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

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

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