Html Css Color HEX #AAEB81 Feijoa

📋 copy color: '#AAEB81'

red 170 ◦ green 235 ◦ blue 129

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

Shades of Feijoa #AAEB81

Tints of Feijoa #AAEB81

RGB

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

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

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

R = 31.84%
G = 44.01%
B = 24.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#AAEB81 (or 0xAAEB81) is known color: Feijoa. HEX triplet: AA, EB and 81. RGB value is (170,235,129). Sum of RGB (Red+Green+Blue) = 170+235+129=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEB81 is #55147E. Grayscale: #CBCBCB. Windows color (decimal): -5575807 or 8514474. OLE color: 8514474.

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

Color convert

RGB 170 235 129 -
CMYK 0.28 0 0.45 0.08
HSL 96.79º 0.73% 0.71% -
HSV(B) 96.79º 0.45% 0.92% -
XYZ 50.25 69.55 31.54 -
YUV 203.48 85.97 104.12 -
System Red Green Blue C M Y K H S L
Decimal 170 235 129 0.28 0 0.45 0.08 96.79 0.73 0.71
Hex AA EB 81 1C 0 2D 8 61 49 47
Octal 252 353 201 34 0 55 10 141 111 107
Binary 10101010 11101011 10000001 11100 0 101101 1000 1100001 1001001 1000111

Color Harmonies of #AAEB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB81

Black with #AAEB81

Text Example


Text Example

White with #AAEB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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