Html Css Color HEX #AAE974 Feijoa

📋 copy color: '#AAE974'

red 170 ◦ green 233 ◦ blue 116

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

Shades of Feijoa #AAE974

Tints of Feijoa #AAE974

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.89%

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

R = 32.76%
G = 44.89%
B = 22.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#AAE974 (or 0xAAE974) is known color: Feijoa. HEX triplet: AA, E9 and 74. RGB value is (170,233,116). Sum of RGB (Red+Green+Blue) = 170+233+116=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE974 is #55168B. Grayscale: #C9C9C9. Windows color (decimal): -5576332 or 7661994. OLE color: 7661994.

HSL color Cylindrical-coordinate representation of color #AAE974: hue angle of 92.31º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE974 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 116 -
CMYK 0.27 0 0.50 0.09
HSL 92.31º 0.73% 0.68% -
HSV(B) 92.31º 0.5% 0.91% -
XYZ 48.87 68.08 27.09 -
YUV 200.83 80.13 106.01 -
System Red Green Blue C M Y K H S L
Decimal 170 233 116 0.27 0 0.50 0.09 92.31 0.73 0.68
Hex AA E9 74 1B 0 32 9 5C 49 44
Octal 252 351 164 33 0 62 11 134 111 104
Binary 10101010 11101001 1110100 11011 0 110010 1001 1011100 1001001 1000100

Color Harmonies of #AAE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE974

Black with #AAE974

Text Example


Text Example

White with #AAE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE974; }

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

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

background-color css

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

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

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

border-color css

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

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

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