Html Css Color HEX #AAE48B Feijoa

📋 copy color: '#AAE48B'

red 170 ◦ green 228 ◦ blue 139

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

Shades of Feijoa #AAE48B

Tints of Feijoa #AAE48B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.46%

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

R = 31.66%
G = 42.46%
B = 25.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#AAE48B (or 0xAAE48B) is known color: Feijoa. HEX triplet: AA, E4 and 8B. RGB value is (170,228,139). Sum of RGB (Red+Green+Blue) = 170+228+139=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE48B is #551B74. Grayscale: #C8C8C8. Windows color (decimal): -5577589 or 9168042. OLE color: 9168042.

HSL color Cylindrical-coordinate representation of color #AAE48B: hue angle of 99.1º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAE48B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 139 -
CMYK 0.25 0 0.39 0.11
HSL 99.1º 0.62% 0.72% -
HSV(B) 99.1º 0.39% 0.89% -
XYZ 48.98 65.9 34.56 -
YUV 200.51 93.28 106.24 -
System Red Green Blue C M Y K H S L
Decimal 170 228 139 0.25 0 0.39 0.11 99.1 0.62 0.72
Hex AA E4 8B 19 0 27 B 63 3E 48
Octal 252 344 213 31 0 47 13 143 76 110
Binary 10101010 11100100 10001011 11001 0 100111 1011 1100011 111110 1001000

Color Harmonies of #AAE48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE48B

Black with #AAE48B

Text Example


Text Example

White with #AAE48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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