Html Css Color HEX #AAE68D Feijoa

📋 copy color: '#AAE68D'

red 170 ◦ green 230 ◦ blue 141

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

Shades of Feijoa #AAE68D

Tints of Feijoa #AAE68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 31.42%
G = 42.51%
B = 26.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#AAE68D (or 0xAAE68D) is known color: Feijoa. HEX triplet: AA, E6 and 8D. RGB value is (170,230,141). Sum of RGB (Red+Green+Blue) = 170+230+141=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE68D is #551972. Grayscale: #CACACA. Windows color (decimal): -5577075 or 9299626. OLE color: 9299626.

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

Color convert

RGB 170 230 141 -
CMYK 0.26 0 0.39 0.10
HSL 100.45º 0.64% 0.73% -
HSV(B) 100.45º 0.39% 0.9% -
XYZ 49.68 67.06 35.53 -
YUV 201.91 93.62 105.24 -
System Red Green Blue C M Y K H S L
Decimal 170 230 141 0.26 0 0.39 0.10 100.45 0.64 0.73
Hex AA E6 8D 1A 0 27 A 64 40 49
Octal 252 346 215 32 0 47 12 144 100 111
Binary 10101010 11100110 10001101 11010 0 100111 1010 1100100 1000000 1001001

Color Harmonies of #AAE68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE68D

Black with #AAE68D

Text Example


Text Example

White with #AAE68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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