Html Css Color HEX #AAE68E Feijoa

📋 copy color: '#AAE68E'

red 170 ◦ green 230 ◦ blue 142

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

Shades of Feijoa #AAE68E

Tints of Feijoa #AAE68E

RGB

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

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

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

R = 31.37%
G = 42.44%
B = 26.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#AAE68E (or 0xAAE68E) is known color: Feijoa. HEX triplet: AA, E6 and 8E. RGB value is (170,230,142). Sum of RGB (Red+Green+Blue) = 170+230+142=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE68E is #551971. Grayscale: #CACACA. Windows color (decimal): -5577074 or 9365162. OLE color: 9365162.

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

Color convert

RGB 170 230 142 -
CMYK 0.26 0 0.38 0.10
HSL 100.91º 0.64% 0.73% -
HSV(B) 100.91º 0.38% 0.9% -
XYZ 49.76 67.09 35.92 -
YUV 202.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 170 230 142 0.26 0 0.38 0.10 100.91 0.64 0.73
Hex AA E6 8E 1A 0 26 A 65 40 49
Octal 252 346 216 32 0 46 12 145 100 111
Binary 10101010 11100110 10001110 11010 0 100110 1010 1100101 1000000 1001001

Color Harmonies of #AAE68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE68E

Black with #AAE68E

Text Example


Text Example

White with #AAE68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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