Html Css Color HEX #AAE682 Feijoa

📋 copy color: '#AAE682'

red 170 ◦ green 230 ◦ blue 130

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

Shades of Feijoa #AAE682

Tints of Feijoa #AAE682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.4%

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

R = 32.08%
G = 43.4%
B = 24.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#AAE682 (or 0xAAE682) is known color: Feijoa. HEX triplet: AA, E6 and 82. RGB value is (170,230,130). Sum of RGB (Red+Green+Blue) = 170+230+130=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE682 is #55197D. Grayscale: #C9C9C9. Windows color (decimal): -5577086 or 8578730. OLE color: 8578730.

HSL color Cylindrical-coordinate representation of color #AAE682: hue angle of 96º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE682 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 130 -
CMYK 0.26 0 0.43 0.10
HSL 96º 0.67% 0.71% -
HSV(B) 96º 0.43% 0.9% -
XYZ 48.9 66.75 31.43 -
YUV 200.66 88.12 106.13 -
System Red Green Blue C M Y K H S L
Decimal 170 230 130 0.26 0 0.43 0.10 96 0.67 0.71
Hex AA E6 82 1A 0 2B A 60 43 47
Octal 252 346 202 32 0 53 12 140 103 107
Binary 10101010 11100110 10000010 11010 0 101011 1010 1100000 1000011 1000111

Color Harmonies of #AAE682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE682

Black with #AAE682

Text Example


Text Example

White with #AAE682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE682; }

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

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

background-color css

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

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

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

border-color css

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

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

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