Html Css Color HEX #AAEC8B Feijoa

📋 copy color: '#AAEC8B'

red 170 ◦ green 236 ◦ blue 139

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

Shades of Feijoa #AAEC8B

Tints of Feijoa #AAEC8B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.3%

 BLUE value IS 139 (54.69% from 255) = 25.5%

R = 31.19%
G = 43.3%
B = 25.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#AAEC8B (or 0xAAEC8B) is known color: Feijoa. HEX triplet: AA, EC and 8B. RGB value is (170,236,139). Sum of RGB (Red+Green+Blue) = 170+236+139=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC8B is #551374. Grayscale: #CDCDCD. Windows color (decimal): -5575541 or 9170090. OLE color: 9170090.

HSL color Cylindrical-coordinate representation of color #AAEC8B: hue angle of 100.82º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAEC8B is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 139 -
CMYK 0.28 0 0.41 0.07
HSL 100.82º 0.72% 0.74% -
HSV(B) 100.82º 0.41% 0.93% -
XYZ 51.23 70.4 35.31 -
YUV 205.21 90.63 102.89 -
System Red Green Blue C M Y K H S L
Decimal 170 236 139 0.28 0 0.41 0.07 100.82 0.72 0.74
Hex AA EC 8B 1C 0 29 7 65 48 4A
Octal 252 354 213 34 0 51 7 145 110 112
Binary 10101010 11101100 10001011 11100 0 101001 111 1100101 1001000 1001010

Color Harmonies of #AAEC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC8B

Black with #AAEC8B

Text Example


Text Example

White with #AAEC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC8B; }

 p { color: rgb(170,236,139); }

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

background-color css

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

 a { background-color: rgb(170,236,139); }

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

border-color css

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

 span { border-color: rgb(170,236,139); }

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