Html Css Color HEX #AAE27D Feijoa

📋 copy color: '#AAE27D'

red 170 ◦ green 226 ◦ blue 125

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

Shades of Feijoa #AAE27D

Tints of Feijoa #AAE27D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.38%

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

R = 32.63%
G = 43.38%
B = 23.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#AAE27D (or 0xAAE27D) is known color: Feijoa. HEX triplet: AA, E2 and 7D. RGB value is (170,226,125). Sum of RGB (Red+Green+Blue) = 170+226+125=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE27D is #551D82. Grayscale: #C6C6C6. Windows color (decimal): -5578115 or 8250026. OLE color: 8250026.

HSL color Cylindrical-coordinate representation of color #AAE27D: hue angle of 93.27º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAE27D is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 125 -
CMYK 0.25 0 0.45 0.11
HSL 93.27º 0.64% 0.69% -
HSV(B) 93.27º 0.45% 0.89% -
XYZ 47.48 64.42 29.33 -
YUV 197.74 86.95 108.21 -
System Red Green Blue C M Y K H S L
Decimal 170 226 125 0.25 0 0.45 0.11 93.27 0.64 0.69
Hex AA E2 7D 19 0 2D B 5D 40 45
Octal 252 342 175 31 0 55 13 135 100 105
Binary 10101010 11100010 1111101 11001 0 101101 1011 1011101 1000000 1000101

Color Harmonies of #AAE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE27D

Black with #AAE27D

Text Example


Text Example

White with #AAE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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