Html Css Color HEX #AAE870 Feijoa

📋 copy color: '#AAE870'

red 170 ◦ green 232 ◦ blue 112

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

Shades of Feijoa #AAE870

Tints of Feijoa #AAE870

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.14%

 BLUE value IS 112 (44.14% from 255) = 21.79%

R = 33.07%
G = 45.14%
B = 21.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#AAE870 (or 0xAAE870) is known color: Feijoa. HEX triplet: AA, E8 and 70. RGB value is (170,232,112). Sum of RGB (Red+Green+Blue) = 170+232+112=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE870 is #55178F. Grayscale: #C8C8C8. Windows color (decimal): -5576592 or 7399594. OLE color: 7399594.

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

Color convert

RGB 170 232 112 -
CMYK 0.27 0 0.52 0.09
HSL 91º 0.72% 0.67% -
HSV(B) 91º 0.52% 0.91% -
XYZ 48.36 67.43 25.8 -
YUV 199.78 78.46 106.76 -
System Red Green Blue C M Y K H S L
Decimal 170 232 112 0.27 0 0.52 0.09 91 0.72 0.67
Hex AA E8 70 1B 0 34 9 5B 48 43
Octal 252 350 160 33 0 64 11 133 110 103
Binary 10101010 11101000 1110000 11011 0 110100 1001 1011011 1001000 1000011

Color Harmonies of #AAE870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE870

Black with #AAE870

Text Example


Text Example

White with #AAE870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE870; }

 p { color: rgb(170,232,112); }

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

background-color css

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

 a { background-color: rgb(170,232,112); }

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

border-color css

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

 span { border-color: rgb(170,232,112); }

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