Html Css Color HEX #AAE274 Feijoa

📋 copy color: '#AAE274'

red 170 ◦ green 226 ◦ blue 116

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

Shades of Feijoa #AAE274

Tints of Feijoa #AAE274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 33.2%
G = 44.14%
B = 22.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#AAE274 (or 0xAAE274) is known color: Feijoa. HEX triplet: AA, E2 and 74. RGB value is (170,226,116). Sum of RGB (Red+Green+Blue) = 170+226+116=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE274 is #551D8B. Grayscale: #C5C5C5. Windows color (decimal): -5578124 or 7660202. OLE color: 7660202.

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

Color convert

RGB 170 226 116 -
CMYK 0.25 0 0.49 0.11
HSL 90.55º 0.65% 0.67% -
HSV(B) 90.55º 0.49% 0.89% -
XYZ 46.93 64.2 26.44 -
YUV 196.72 82.45 108.94 -
System Red Green Blue C M Y K H S L
Decimal 170 226 116 0.25 0 0.49 0.11 90.55 0.65 0.67
Hex AA E2 74 19 0 31 B 5B 41 43
Octal 252 342 164 31 0 61 13 133 101 103
Binary 10101010 11100010 1110100 11001 0 110001 1011 1011011 1000001 1000011

Color Harmonies of #AAE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE274

Black with #AAE274

Text Example


Text Example

White with #AAE274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE274; }

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

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

background-color css

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

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

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

border-color css

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

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

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