Html Css Color HEX #AAE08A Feijoa

📋 copy color: '#AAE08A'

red 170 ◦ green 224 ◦ blue 138

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

Shades of Feijoa #AAE08A

Tints of Feijoa #AAE08A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.11%

 BLUE value IS 138 (54.3% from 255) = 25.94%

R = 31.95%
G = 42.11%
B = 25.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#AAE08A (or 0xAAE08A) is known color: Feijoa. HEX triplet: AA, E0 and 8A. RGB value is (170,224,138). Sum of RGB (Red+Green+Blue) = 170+224+138=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE08A is #551F75. Grayscale: #C6C6C6. Windows color (decimal): -5578614 or 9101482. OLE color: 9101482.

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

Color convert

RGB 170 224 138 -
CMYK 0.24 0 0.38 0.12
HSL 97.67º 0.58% 0.71% -
HSV(B) 97.67º 0.38% 0.88% -
XYZ 47.82 63.69 33.82 -
YUV 198.05 94.11 107.99 -
System Red Green Blue C M Y K H S L
Decimal 170 224 138 0.24 0 0.38 0.12 97.67 0.58 0.71
Hex AA E0 8A 18 0 26 C 62 3A 47
Octal 252 340 212 30 0 46 14 142 72 107
Binary 10101010 11100000 10001010 11000 0 100110 1100 1100010 111010 1000111

Color Harmonies of #AAE08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE08A

Black with #AAE08A

Text Example


Text Example

White with #AAE08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE08A; }

 p { color: rgb(170,224,138); }

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

background-color css

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

 a { background-color: rgb(170,224,138); }

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

border-color css

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

 span { border-color: rgb(170,224,138); }

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