#ACFE81

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

Shades of Feijoa #ACFE81

Tints of Feijoa #ACFE81

Color information

#ACFE81 (or 0xACFE81) is unknown color: approx Feijoa. HEX triplet: AC, FE and 81. RGB value is (172,254,129). Sum of RGB (Red+Green+Blue) = 172+254+129=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFE81 is #53017E. Grayscale: #D7D7D7. Windows color (decimal): -5439871 or 8519340. OLE color: 8519340.

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

Color convert

RGB172254129-
CMYK0.3200.490.00
HSL99.36º98.43%75.1%-
HSV(B)99.36º49.21%99.61%-
XYZ56.4281.2433.48-
YUV215.2379.3397.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 254 (99.61% from 255) = 45.77%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=30.99%
G=45.77%
B=23.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541290.3200.490.0099.3698.4375.1
HexACFE8120031063624b
Octal254376201400610143142113
Binary10101100111111101000000110000001100010110001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFE81; }

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

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

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

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

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

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

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

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