Html Css Color HEX #AAEB8A Feijoa

📋 copy color: '#AAEB8A'

red 170 ◦ green 235 ◦ blue 138

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

Shades of Feijoa #AAEB8A

Tints of Feijoa #AAEB8A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.28%

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

R = 31.31%
G = 43.28%
B = 25.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#AAEB8A (or 0xAAEB8A) is known color: Feijoa. HEX triplet: AA, EB and 8A. RGB value is (170,235,138). Sum of RGB (Red+Green+Blue) = 170+235+138=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEB8A is #551475. Grayscale: #CCCCCC. Windows color (decimal): -5575798 or 9104298. OLE color: 9104298.

HSL color Cylindrical-coordinate representation of color #AAEB8A: hue angle of 100.21º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAEB8A is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 138 -
CMYK 0.28 0 0.41 0.08
HSL 100.21º 0.71% 0.73% -
HSV(B) 100.21º 0.41% 0.92% -
XYZ 50.87 69.8 34.84 -
YUV 204.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 170 235 138 0.28 0 0.41 0.08 100.21 0.71 0.73
Hex AA EB 8A 1C 0 29 8 64 47 49
Octal 252 353 212 34 0 51 10 144 107 111
Binary 10101010 11101011 10001010 11100 0 101001 1000 1100100 1000111 1001001

Color Harmonies of #AAEB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB8A

Black with #AAEB8A

Text Example


Text Example

White with #AAEB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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