#ACFE80

Color #ACFE80 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ACFE80

Tints of Feijoa #ACFE80

Color information

#ACFE80 (or 0xACFE80) is unknown color: approx Feijoa. HEX triplet: AC, FE and 80. RGB value is (172,254,128). Sum of RGB (Red+Green+Blue) = 172+254+128=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFE80 is #53017F. Grayscale: #D7D7D7. Windows color (decimal): -5439872 or 8453804. OLE color: 8453804.

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

Color convert

RGB172254128-
CMYK0.3200.500.00
HSL99.05º98.44%74.9%-
HSV(B)99.05º49.61%99.61%-
XYZ56.3581.2133.13-
YUV215.1278.8397.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 254 (99.61% from 255) = 45.85%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=31.05%
G=45.85%
B=23.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541280.3200.500.0099.0598.4474.9
HexACFE8020032063624b
Octal254376200400620143142113
Binary10101100111111101000000010000001100100110001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFE80; }

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

 H1.HeaderClassName
 {
   color: #ACFE80;
 }
 .AnyTagClassName
 {
   color: #ACFE80;
 }
</style>
background-color css

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

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

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

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

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

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