Html Css Color HEX #AAE272 Feijoa

📋 copy color: '#AAE272'

red 170 ◦ green 226 ◦ blue 114

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

Shades of Feijoa #AAE272

Tints of Feijoa #AAE272

RGB

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

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

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

R = 33.33%
G = 44.31%
B = 22.35%

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

#AAE272 (or 0xAAE272) is known color: Feijoa. HEX triplet: AA, E2 and 72. RGB value is (170,226,114). Sum of RGB (Red+Green+Blue) = 170+226+114=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE272 is #551D8D. Grayscale: #C4C4C4. Windows color (decimal): -5578126 or 7529130. OLE color: 7529130.

HSL color Cylindrical-coordinate representation of color #AAE272: hue angle of 90º degrees, saturation: 0.66, 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 #AAE272 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 114 -
CMYK 0.25 0 0.50 0.11
HSL 90º 0.66% 0.67% -
HSV(B) 90º 0.5% 0.89% -
XYZ 46.81 64.15 25.84 -
YUV 196.49 81.45 109.11 -
System Red Green Blue C M Y K H S L
Decimal 170 226 114 0.25 0 0.50 0.11 90 0.66 0.67
Hex AA E2 72 19 0 32 B 5A 42 43
Octal 252 342 162 31 0 62 13 132 102 103
Binary 10101010 11100010 1110010 11001 0 110010 1011 1011010 1000010 1000011

Color Harmonies of #AAE272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE272

Black with #AAE272

Text Example


Text Example

White with #AAE272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE272; }

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

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

background-color css

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

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

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

border-color css

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

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

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