Html Css Color HEX #AAEC81 Feijoa

📋 copy color: '#AAEC81'

red 170 ◦ green 236 ◦ blue 129

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

Shades of Feijoa #AAEC81

Tints of Feijoa #AAEC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.11%

R = 31.78%
G = 44.11%
B = 24.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#AAEC81 (or 0xAAEC81) is known color: Feijoa. HEX triplet: AA, EC and 81. RGB value is (170,236,129). Sum of RGB (Red+Green+Blue) = 170+236+129=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC81 is #55137E. Grayscale: #CCCCCC. Windows color (decimal): -5575551 or 8514730. OLE color: 8514730.

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

Color convert

RGB 170 236 129 -
CMYK 0.28 0 0.45 0.07
HSL 97.01º 0.74% 0.72% -
HSV(B) 97.01º 0.45% 0.93% -
XYZ 50.54 70.12 31.64 -
YUV 204.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 170 236 129 0.28 0 0.45 0.07 97.01 0.74 0.72
Hex AA EC 81 1C 0 2D 7 61 4A 48
Octal 252 354 201 34 0 55 7 141 112 110
Binary 10101010 11101100 10000001 11100 0 101101 111 1100001 1001010 1001000

Color Harmonies of #AAEC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC81

Black with #AAEC81

Text Example


Text Example

White with #AAEC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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