Html Css Color HEX #AAEB7D Feijoa

📋 copy color: '#AAEB7D'

red 170 ◦ green 235 ◦ blue 125

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

Shades of Feijoa #AAEB7D

Tints of Feijoa #AAEB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.58%

R = 32.08%
G = 44.34%
B = 23.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#AAEB7D (or 0xAAEB7D) is known color: Feijoa. HEX triplet: AA, EB and 7D. RGB value is (170,235,125). Sum of RGB (Red+Green+Blue) = 170+235+125=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB7D is #551482. Grayscale: #CBCBCB. Windows color (decimal): -5575811 or 8252330. OLE color: 8252330.

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

Color convert

RGB 170 235 125 -
CMYK 0.28 0 0.47 0.08
HSL 95.45º 0.73% 0.71% -
HSV(B) 95.45º 0.47% 0.92% -
XYZ 49.99 69.44 30.17 -
YUV 203.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 170 235 125 0.28 0 0.47 0.08 95.45 0.73 0.71
Hex AA EB 7D 1C 0 2F 8 5F 49 47
Octal 252 353 175 34 0 57 10 137 111 107
Binary 10101010 11101011 1111101 11100 0 101111 1000 1011111 1001001 1000111

Color Harmonies of #AAEB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB7D

Black with #AAEB7D

Text Example


Text Example

White with #AAEB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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