Html Css Color HEX #AAEB73 Feijoa

📋 copy color: '#AAEB73'

red 170 ◦ green 235 ◦ blue 115

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

Shades of Feijoa #AAEB73

Tints of Feijoa #AAEB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.12%

R = 32.69%
G = 45.19%
B = 22.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#AAEB73 (or 0xAAEB73) is known color: Feijoa. HEX triplet: AA, EB and 73. RGB value is (170,235,115). Sum of RGB (Red+Green+Blue) = 170+235+115=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB73 is #55148C. Grayscale: #CACACA. Windows color (decimal): -5575821 or 7596970. OLE color: 7596970.

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

Color convert

RGB 170 235 115 -
CMYK 0.28 0 0.51 0.08
HSL 92.5º 0.75% 0.69% -
HSV(B) 92.5º 0.51% 0.92% -
XYZ 49.38 69.2 26.97 -
YUV 201.89 78.97 105.26 -
System Red Green Blue C M Y K H S L
Decimal 170 235 115 0.28 0 0.51 0.08 92.5 0.75 0.69
Hex AA EB 73 1C 0 33 8 5C 4B 45
Octal 252 353 163 34 0 63 10 134 113 105
Binary 10101010 11101011 1110011 11100 0 110011 1000 1011100 1001011 1000101

Color Harmonies of #AAEB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB73

Black with #AAEB73

Text Example


Text Example

White with #AAEB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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