Html Css Color HEX #AAEB6E Feijoa

📋 copy color: '#AAEB6E'

red 170 ◦ green 235 ◦ blue 110

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

Shades of Feijoa #AAEB6E

Tints of Feijoa #AAEB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.36%

R = 33.01%
G = 45.63%
B = 21.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#AAEB6E (or 0xAAEB6E) is known color: Feijoa. HEX triplet: AA, EB and 6E. RGB value is (170,235,110). Sum of RGB (Red+Green+Blue) = 170+235+110=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB6E is #551491. Grayscale: #C9C9C9. Windows color (decimal): -5575826 or 7269290. OLE color: 7269290.

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

Color convert

RGB 170 235 110 -
CMYK 0.28 0 0.53 0.08
HSL 91.2º 0.76% 0.68% -
HSV(B) 91.2º 0.53% 0.92% -
XYZ 49.1 69.09 25.5 -
YUV 201.32 76.47 105.66 -
System Red Green Blue C M Y K H S L
Decimal 170 235 110 0.28 0 0.53 0.08 91.2 0.76 0.68
Hex AA EB 6E 1C 0 35 8 5B 4C 44
Octal 252 353 156 34 0 65 10 133 114 104
Binary 10101010 11101011 1101110 11100 0 110101 1000 1011011 1001100 1000100

Color Harmonies of #AAEB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB6E

Black with #AAEB6E

Text Example


Text Example

White with #AAEB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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