Html Css Color HEX #AAEC8A Feijoa

📋 copy color: '#AAEC8A'

red 170 ◦ green 236 ◦ blue 138

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

Shades of Feijoa #AAEC8A

Tints of Feijoa #AAEC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.37%

R = 31.25%
G = 43.38%
B = 25.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#AAEC8A (or 0xAAEC8A) is known color: Feijoa. HEX triplet: AA, EC and 8A. RGB value is (170,236,138). Sum of RGB (Red+Green+Blue) = 170+236+138=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC8A is #551375. Grayscale: #CDCDCD. Windows color (decimal): -5575542 or 9104554. OLE color: 9104554.

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

Color convert

RGB 170 236 138 -
CMYK 0.28 0 0.42 0.07
HSL 100.41º 0.72% 0.73% -
HSV(B) 100.41º 0.42% 0.93% -
XYZ 51.16 70.37 34.93 -
YUV 205.09 90.13 102.97 -
System Red Green Blue C M Y K H S L
Decimal 170 236 138 0.28 0 0.42 0.07 100.41 0.72 0.73
Hex AA EC 8A 1C 0 2A 7 64 48 49
Octal 252 354 212 34 0 52 7 144 110 111
Binary 10101010 11101100 10001010 11100 0 101010 111 1100100 1001000 1001001

Color Harmonies of #AAEC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC8A

Black with #AAEC8A

Text Example


Text Example

White with #AAEC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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