#ACF985

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

Shades of Feijoa #ACF985

Tints of Feijoa #ACF985

Color information

#ACF985 (or 0xACF985) is unknown color: approx Feijoa. HEX triplet: AC, F9 and 85. RGB value is (172,249,133). Sum of RGB (Red+Green+Blue) = 172+249+133=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF985 is #53067A. Grayscale: #D5D5D5. Windows color (decimal): -5441147 or 8780204. OLE color: 8780204.

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

Color convert

RGB172249133-
CMYK0.3100.470.02
HSL99.83º90.62%74.9%-
HSV(B)99.83º46.59%97.65%-
XYZ55.1278.2234.38-
YUV212.7582.9998.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=31.05%
G=44.95%
B=24.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491330.3100.470.0299.8390.6274.9
HexACF9851F02F2645b4b
Octal254371205370572144133113
Binary10101100111110011000010111111010111110110010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF985; }

 p { color: rgb(172,249,133); }

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

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

 a { background-color: rgb(172,249,133); }

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

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

 span { border-color: rgb(172,249,133); }

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