Html Css Color HEX #ACFF80 Feijoa

📋 copy color: '#ACFF80'

red 172 ◦ green 255 ◦ blue 128

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

Shades of Feijoa #ACFF80

Tints of Feijoa #ACFF80

RGB

 RED value IS 172 (67.58% from 255) = 30.99%

 GREEN value IS 255 (100% from 255) = 45.95%

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

R = 30.99%
G = 45.95%
B = 23.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#ACFF80 (or 0xACFF80) is known color: Feijoa. HEX triplet: AC, FF and 80. RGB value is (172,255,128). Sum of RGB (Red+Green+Blue) = 172+255+128=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFF80 is #53007F. Grayscale: #D8D8D8. Windows color (decimal): -5439616 or 8454060. OLE color: 8454060.

HSL color Cylindrical-coordinate representation of color #ACFF80: hue angle of 99.21º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACFF80 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 128 -
CMYK 0.33 0 0.50 0
HSL 99.21º 1% 0.75% -
HSV(B) 99.21º 0.5% 1% -
XYZ 56.67 81.85 33.23 -
YUV 215.71 78.5 96.83 -
System Red Green Blue C M Y K H S L
Decimal 172 255 128 0.33 0 0.50 0 99.21 1 0.75
Hex AC FF 80 21 0 32 0 63 64 4B
Octal 254 377 200 41 0 62 0 143 144 113
Binary 10101100 11111111 10000000 100001 0 110010 0 1100011 1100100 1001011

Color Harmonies of #ACFF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF80

Black with #ACFF80

Text Example


Text Example

White with #ACFF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF80; }

 p { color: rgb(172,255,128); }

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

background-color css

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

 a { background-color: rgb(172,255,128); }

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

border-color css

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

 span { border-color: rgb(172,255,128); }

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