Html Css Color HEX #AACF80 Feijoa

📋 copy color: '#AACF80'

red 170 ◦ green 207 ◦ blue 128

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

Shades of Feijoa #AACF80

Tints of Feijoa #AACF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

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

R = 33.66%
G = 40.99%
B = 25.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#AACF80 (or 0xAACF80) is known color: Feijoa. HEX triplet: AA, CF and 80. RGB value is (170,207,128). Sum of RGB (Red+Green+Blue) = 170+207+128=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF80 is #55307F. Grayscale: #BBBBBB. Windows color (decimal): -5582976 or 8441770. OLE color: 8441770.

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

Color convert

RGB 170 207 128 -
CMYK 0.18 0 0.38 0.19
HSL 88.1º 0.45% 0.66% -
HSV(B) 88.1º 0.38% 0.81% -
XYZ 42.79 54.73 28.73 -
YUV 186.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 170 207 128 0.18 0 0.38 0.19 88.1 0.45 0.66
Hex AA CF 80 12 0 26 13 58 2D 42
Octal 252 317 200 22 0 46 23 130 55 102
Binary 10101010 11001111 10000000 10010 0 100110 10011 1011000 101101 1000010

Color Harmonies of #AACF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF80

Black with #AACF80

Text Example


Text Example

White with #AACF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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