Html Css Color HEX #AAE372 Feijoa

📋 copy color: '#AAE372'

red 170 ◦ green 227 ◦ blue 114

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

Shades of Feijoa #AAE372

Tints of Feijoa #AAE372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.42%

 BLUE value IS 114 (44.92% from 255) = 22.31%

R = 33.27%
G = 44.42%
B = 22.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#AAE372 (or 0xAAE372) is known color: Feijoa. HEX triplet: AA, E3 and 72. RGB value is (170,227,114). Sum of RGB (Red+Green+Blue) = 170+227+114=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE372 is #551C8D. Grayscale: #C5C5C5. Windows color (decimal): -5577870 or 7529386. OLE color: 7529386.

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

Color convert

RGB 170 227 114 -
CMYK 0.25 0 0.50 0.11
HSL 90.27º 0.67% 0.67% -
HSV(B) 90.27º 0.5% 0.89% -
XYZ 47.08 64.7 25.93 -
YUV 197.08 81.12 108.69 -
System Red Green Blue C M Y K H S L
Decimal 170 227 114 0.25 0 0.50 0.11 90.27 0.67 0.67
Hex AA E3 72 19 0 32 B 5A 43 43
Octal 252 343 162 31 0 62 13 132 103 103
Binary 10101010 11100011 1110010 11001 0 110010 1011 1011010 1000011 1000011

Color Harmonies of #AAE372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE372

Black with #AAE372

Text Example


Text Example

White with #AAE372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE372; }

 p { color: rgb(170,227,114); }

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

background-color css

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

 a { background-color: rgb(170,227,114); }

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

border-color css

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

 span { border-color: rgb(170,227,114); }

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