Html Css Color HEX #AAEB6D Feijoa

📋 copy color: '#AAEB6D'

red 170 ◦ green 235 ◦ blue 109

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

Shades of Feijoa #AAEB6D

Tints of Feijoa #AAEB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.21%

R = 33.07%
G = 45.72%
B = 21.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#AAEB6D (or 0xAAEB6D) is known color: Feijoa. HEX triplet: AA, EB and 6D. RGB value is (170,235,109). Sum of RGB (Red+Green+Blue) = 170+235+109=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB6D is #551492. Grayscale: #C9C9C9. Windows color (decimal): -5575827 or 7203754. OLE color: 7203754.

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

Color convert

RGB 170 235 109 -
CMYK 0.28 0 0.54 0.08
HSL 90.95º 0.76% 0.67% -
HSV(B) 90.95º 0.54% 0.92% -
XYZ 49.05 69.07 25.21 -
YUV 201.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 170 235 109 0.28 0 0.54 0.08 90.95 0.76 0.67
Hex AA EB 6D 1C 0 36 8 5B 4C 43
Octal 252 353 155 34 0 66 10 133 114 103
Binary 10101010 11101011 1101101 11100 0 110110 1000 1011011 1001100 1000011

Color Harmonies of #AAEB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB6D

Black with #AAEB6D

Text Example


Text Example

White with #AAEB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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