Html Css Color HEX #AAE172 Feijoa

📋 copy color: '#AAE172'

red 170 ◦ green 225 ◦ blue 114

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

Shades of Feijoa #AAE172

Tints of Feijoa #AAE172

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.2%

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

R = 33.4%
G = 44.2%
B = 22.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#AAE172 (or 0xAAE172) is known color: Feijoa. HEX triplet: AA, E1 and 72. RGB value is (170,225,114). Sum of RGB (Red+Green+Blue) = 170+225+114=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE172 is #551E8D. Grayscale: #C4C4C4. Windows color (decimal): -5578382 or 7528874. OLE color: 7528874.

HSL color Cylindrical-coordinate representation of color #AAE172: hue angle of 89.73º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAE172 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 114 -
CMYK 0.24 0 0.49 0.12
HSL 89.73º 0.65% 0.66% -
HSV(B) 89.73º 0.49% 0.88% -
XYZ 46.54 63.61 25.74 -
YUV 195.9 81.78 109.53 -
System Red Green Blue C M Y K H S L
Decimal 170 225 114 0.24 0 0.49 0.12 89.73 0.65 0.66
Hex AA E1 72 18 0 31 C 5A 41 42
Octal 252 341 162 30 0 61 14 132 101 102
Binary 10101010 11100001 1110010 11000 0 110001 1100 1011010 1000001 1000010

Color Harmonies of #AAE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE172

Black with #AAE172

Text Example


Text Example

White with #AAE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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