Html Css Color HEX #AACE80 Feijoa

📋 copy color: '#AACE80'

red 170 ◦ green 206 ◦ blue 128

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

Shades of Feijoa #AACE80

Tints of Feijoa #AACE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.87%

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 33.73%
G = 40.87%
B = 25.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#AACE80 (or 0xAACE80) is known color: Feijoa. HEX triplet: AA, CE and 80. RGB value is (170,206,128). Sum of RGB (Red+Green+Blue) = 170+206+128=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACE80 is #55317F. Grayscale: #BABABA. Windows color (decimal): -5583232 or 8441514. OLE color: 8441514.

HSL color Cylindrical-coordinate representation of color #AACE80: hue angle of 87.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AACE80 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 128 -
CMYK 0.17 0 0.38 0.19
HSL 87.69º 0.44% 0.65% -
HSV(B) 87.69º 0.38% 0.81% -
XYZ 42.55 54.25 28.65 -
YUV 186.34 95.07 116.34 -
System Red Green Blue C M Y K H S L
Decimal 170 206 128 0.17 0 0.38 0.19 87.69 0.44 0.65
Hex AA CE 80 11 0 26 13 58 2C 41
Octal 252 316 200 21 0 46 23 130 54 101
Binary 10101010 11001110 10000000 10001 0 100110 10011 1011000 101100 1000001

Color Harmonies of #AACE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE80

Black with #AACE80

Text Example


Text Example

White with #AACE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE80; }

 p { color: rgb(170,206,128); }

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

background-color css

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

 a { background-color: rgb(170,206,128); }

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

border-color css

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

 span { border-color: rgb(170,206,128); }

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