Html Css Color HEX #AAE970 Feijoa

📋 copy color: '#AAE970'

red 170 ◦ green 233 ◦ blue 112

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

Shades of Feijoa #AAE970

Tints of Feijoa #AAE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 33.01%
G = 45.24%
B = 21.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#AAE970 (or 0xAAE970) is known color: Feijoa. HEX triplet: AA, E9 and 70. RGB value is (170,233,112). Sum of RGB (Red+Green+Blue) = 170+233+112=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE970 is #55168F. Grayscale: #C8C8C8. Windows color (decimal): -5576336 or 7399850. OLE color: 7399850.

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

Color convert

RGB 170 233 112 -
CMYK 0.27 0 0.52 0.09
HSL 91.24º 0.73% 0.68% -
HSV(B) 91.24º 0.52% 0.91% -
XYZ 48.64 67.99 25.89 -
YUV 200.37 78.13 106.34 -
System Red Green Blue C M Y K H S L
Decimal 170 233 112 0.27 0 0.52 0.09 91.24 0.73 0.68
Hex AA E9 70 1B 0 34 9 5B 49 44
Octal 252 351 160 33 0 64 11 133 111 104
Binary 10101010 11101001 1110000 11011 0 110100 1001 1011011 1001001 1000100

Color Harmonies of #AAE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE970

Black with #AAE970

Text Example


Text Example

White with #AAE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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