#ACFB82

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

Shades of Feijoa #ACFB82

Tints of Feijoa #ACFB82

Color information

#ACFB82 (or 0xACFB82) is unknown color: approx Feijoa. HEX triplet: AC, FB and 82. RGB value is (172,251,130). Sum of RGB (Red+Green+Blue) = 172+251+130=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFB82 is #53047D. Grayscale: #D5D5D5. Windows color (decimal): -5440638 or 8584108. OLE color: 8584108.

HSL color Cylindrical-coordinate representation of color #ACFB82: hue angle of 99.17º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACFB82 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB172251130-
CMYK0.3100.480.02
HSL99.17º93.8%74.71%-
HSV(B)99.17º48.21%98.43%-
XYZ55.5479.3833.51-
YUV213.5880.8398.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 251 (98.44% from 255) = 45.39%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=31.10%
G=45.39%
B=23.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511300.3100.480.0299.1793.874.71
HexACFB821F0302635e4b
Octal254373202370602143136113
Binary10101100111110111000001011111011000010110001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB82; }

 p { color: rgb(172,251,130); }

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

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

 a { background-color: rgb(172,251,130); }

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

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

 span { border-color: rgb(172,251,130); }

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