Html Css Color HEX #AAE98E Feijoa

📋 copy color: '#AAE98E'

red 170 ◦ green 233 ◦ blue 142

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

Shades of Feijoa #AAE98E

Tints of Feijoa #AAE98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.06%

R = 31.19%
G = 42.75%
B = 26.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#AAE98E (or 0xAAE98E) is known color: Feijoa. HEX triplet: AA, E9 and 8E. RGB value is (170,233,142). Sum of RGB (Red+Green+Blue) = 170+233+142=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE98E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE98E is #551671. Grayscale: #CCCCCC. Windows color (decimal): -5576306 or 9365930. OLE color: 9365930.

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

Color convert

RGB 170 233 142 -
CMYK 0.27 0 0.39 0.09
HSL 101.54º 0.67% 0.74% -
HSV(B) 101.54º 0.39% 0.91% -
XYZ 50.6 68.78 36.2 -
YUV 203.79 93.13 103.9 -
System Red Green Blue C M Y K H S L
Decimal 170 233 142 0.27 0 0.39 0.09 101.54 0.67 0.74
Hex AA E9 8E 1B 0 27 9 66 43 4A
Octal 252 351 216 33 0 47 11 146 103 112
Binary 10101010 11101001 10001110 11011 0 100111 1001 1100110 1000011 1001010

Color Harmonies of #AAE98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE98E

Black with #AAE98E

Text Example


Text Example

White with #AAE98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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