#ACFF7F

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

Shades of Feijoa #ACFF7F

Tints of Feijoa #ACFF7F

Color information

#ACFF7F (or 0xACFF7F) is unknown color: approx Feijoa. HEX triplet: AC, FF and 7F. RGB value is (172,255,127). Sum of RGB (Red+Green+Blue) = 172+255+127=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF7F is #530080. Grayscale: #D8D8D8. Windows color (decimal): -5439617 or 8388524. OLE color: 8388524.

HSL color Cylindrical-coordinate representation of color #ACFF7F: hue angle of 98.91º 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 #ACFF7F is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB172255127-
CMYK0.3300.500
HSL98.91º100%74.9%-
HSV(B)98.91º50.2%100%-
XYZ56.681.8232.89-
YUV215.597896.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 255 (100% from 255) = 46.03%
BLUE value IS 127 (50% from 255) = 22.92%
R=31.05%
G=46.03%
B=22.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551270.3300.50098.9110074.9
HexACFF7F21032063644b
Octal254377177410620143144113
Binary1010110011111111111111110000101100100110001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF7F; }

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

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

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

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

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

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

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

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