Html Css Color HEX #AAE16C Feijoa

📋 copy color: '#AAE16C'

red 170 ◦ green 225 ◦ blue 108

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

Shades of Feijoa #AAE16C

Tints of Feijoa #AAE16C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 108 (42.58% from 255) = 21.47%

R = 33.8%
G = 44.73%
B = 21.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#AAE16C (or 0xAAE16C) is known color: Feijoa. HEX triplet: AA, E1 and 6C. RGB value is (170,225,108). Sum of RGB (Red+Green+Blue) = 170+225+108=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE16C is #551E93. Grayscale: #C3C3C3. Windows color (decimal): -5578388 or 7135658. OLE color: 7135658.

HSL color Cylindrical-coordinate representation of color #AAE16C: hue angle of 88.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAE16C is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 108 -
CMYK 0.24 0 0.52 0.12
HSL 88.21º 0.66% 0.65% -
HSV(B) 88.21º 0.52% 0.88% -
XYZ 46.21 63.48 24 -
YUV 195.22 78.78 110.01 -
System Red Green Blue C M Y K H S L
Decimal 170 225 108 0.24 0 0.52 0.12 88.21 0.66 0.65
Hex AA E1 6C 18 0 34 C 58 42 41
Octal 252 341 154 30 0 64 14 130 102 101
Binary 10101010 11100001 1101100 11000 0 110100 1100 1011000 1000010 1000001

Color Harmonies of #AAE16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE16C

Black with #AAE16C

Text Example


Text Example

White with #AAE16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE16C; }

 p { color: rgb(170,225,108); }

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

background-color css

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

 a { background-color: rgb(170,225,108); }

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

border-color css

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

 span { border-color: rgb(170,225,108); }

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