Html Css Color HEX #AAE070 Feijoa

📋 copy color: '#AAE070'

red 170 ◦ green 224 ◦ blue 112

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

Shades of Feijoa #AAE070

Tints of Feijoa #AAE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.27%

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

R = 33.6%
G = 44.27%
B = 22.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#AAE070 (or 0xAAE070) is known color: Feijoa. HEX triplet: AA, E0 and 70. RGB value is (170,224,112). Sum of RGB (Red+Green+Blue) = 170+224+112=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE070 is #551F8F. Grayscale: #C3C3C3. Windows color (decimal): -5578640 or 7397546. OLE color: 7397546.

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

Color convert

RGB 170 224 112 -
CMYK 0.24 0 0.50 0.12
HSL 88.93º 0.64% 0.66% -
HSV(B) 88.93º 0.5% 0.88% -
XYZ 46.16 63.03 25.06 -
YUV 195.09 81.11 110.11 -
System Red Green Blue C M Y K H S L
Decimal 170 224 112 0.24 0 0.50 0.12 88.93 0.64 0.66
Hex AA E0 70 18 0 32 C 59 40 42
Octal 252 340 160 30 0 62 14 131 100 102
Binary 10101010 11100000 1110000 11000 0 110010 1100 1011001 1000000 1000010

Color Harmonies of #AAE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE070

Black with #AAE070

Text Example


Text Example

White with #AAE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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